You are here

geolocation.map_center_options.schema.yml in Geolocation Field 8.3

Same filename and directory in other branches
  1. 8.2 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'
  26. min_zoom:
  27. type: integer
  28. label: 'Min zoom'
  29. plugin.plugin_configuration.geolocation.map_center_option.fixed_boundaries:
  30. type: geolocation.map_center_option_settings
  31. label: 'Fixed boundaries'
  32. mapping:
  33. settings:
  34. type: mapping
  35. label: 'Settings'
  36. mapping:
  37. south:
  38. type: string
  39. label: 'South'
  40. west:
  41. type: string
  42. label: 'West'
  43. north:
  44. type: string
  45. label: 'North'
  46. east:
  47. type: string
  48. label: 'East'
  49. plugin.plugin_configuration.geolocation.map_center_option.ipstack:
  50. type: geolocation.map_center_option_settings
  51. label: 'IpStack'
  52. mapping:
  53. settings:
  54. type: mapping
  55. label: 'Settings'
  56. mapping:
  57. access_key:
  58. type: string
  59. label: 'Access key'