You are here

yamaps.schema.yml in Yandex.Maps 8

config/schema/yamaps.schema.yml

File

config/schema/yamaps.schema.yml
View source
  1. field.formatter.settings.yamaps_default:
  2. type: mapping
  3. label: 'Yamaps field formatter settings'
  4. mapping:
  5. height:
  6. type: string
  7. label: 'Map height'
  8. width:
  9. type: string
  10. label: 'Map width'
  11. yamaps.settings:
  12. type: config_object
  13. label: 'Yamaps settings'
  14. mapping:
  15. admin_only:
  16. type: boolean
  17. label: 'Only apply to admin pages'
  18. enable_drag:
  19. type: boolean
  20. label: 'Allow the user to drag a map.'
  21. enable_zoom:
  22. type: boolean
  23. label: 'Allow the user to zoom a map.'
  24. field.storage_settings.yamaps_default:
  25. type: mapping
  26. label: 'Yamaps field settings'
  27. field.field_settings.yamaps_default:
  28. type: mapping
  29. label: 'Yamaps field settings'
  30. mapping:
  31. enable_placemarks:
  32. type: integer
  33. label: 'Enable "Placemark" tool'
  34. enable_lines:
  35. type: integer
  36. label: 'Enable "Line" tool'
  37. enable_polygons:
  38. type: integer
  39. label: 'Enable "Polygon" tool'