You are here

geolocation.block.schema.yml in Geolocation Field 8.3

Same filename and directory in other branches
  1. 8.2 config/schema/geolocation.block.schema.yml
config/schema/geolocation.block.schema.yml

File

config/schema/geolocation.block.schema.yml
View source
  1. block.settings.geolocation_block:
  2. type: block_settings
  3. label: 'Geolocation block'
  4. mapping:
  5. centre:
  6. type: sequence
  7. label: 'Center option settings'
  8. sequence:
  9. type: plugin.plugin_configuration.geolocation.map_center_option.[%key]
  10. label: 'The settings for a map center option'
  11. map_provider_id:
  12. type: string
  13. label: 'Map provider ID'
  14. map_provider_settings:
  15. type: geolocation.map_provider.[%parent.map_provider_id]
  16. label: 'Map provider settings'
  17. locations:
  18. type: sequence
  19. label: 'Locations'
  20. sequence:
  21. type: mapping
  22. label: 'Default value'
  23. mapping:
  24. marker_title:
  25. type: string
  26. label: 'Marker Title'
  27. marker_content:
  28. type: text_format
  29. label: 'Marker Content'
  30. marker_coordinates:
  31. type: geolocation.element.input
  32. label: 'Coordinates'