You are here

geolocation.map_center_options.schema.yml in Geolocation Field 8.2

Same filename and directory in other branches
  1. 8.3 config/schema/geolocation.map_center_options.schema.yml
config/schema/geolocation.map_center_options.schema.yml

File

config/schema/geolocation.map_center_options.schema.yml
View source
  1. plugin.plugin_configuration.geolocation.map_center_option.fixed_value:
  2. type: geolocation.map_center_option_settings
  3. label: 'Fixed Coordinates'
  4. mapping:
  5. settings:
  6. type: mapping
  7. label: 'Settings'
  8. mapping:
  9. latitude:
  10. type: float
  11. label: 'Latitude'
  12. longitude:
  13. type: float
  14. label: 'Longitude'
  15. plugin.plugin_configuration.geolocation.map_center_option.fit_bounds:
  16. type: geolocation.map_center_option_settings
  17. label: 'Fit Locations'
  18. mapping:
  19. settings:
  20. type: mapping
  21. label: 'Settings'
  22. mapping:
  23. reset_zoom:
  24. type: boolean
  25. label: 'Reset zoom'