You are here

geolocation.location.schema.yml in Geolocation Field 8.2

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

File

config/schema/geolocation.location.schema.yml
View source
  1. plugin.plugin_configuration.geolocation.location.first_row:
  2. type: geolocation.location_settings
  3. label: 'First row'
  4. plugin.plugin_configuration.geolocation.location.freeogeoip:
  5. type: geolocation.location_settings
  6. label: 'Freegeoip'
  7. plugin.plugin_configuration.geolocation.location.views_boundary_argument:
  8. type: geolocation.location_settings
  9. label: 'Views Boundary Argument'
  10. plugin.plugin_configuration.geolocation.location.views_entity_argument:
  11. type: geolocation.location_settings
  12. label: 'Views Entity Argument'
  13. plugin.plugin_configuration.geolocation.location.views_proximity_filter:
  14. type: geolocation.location_settings
  15. label: 'Views Proximity Filter'
  16. plugin.plugin_configuration.geolocation.location.views_proximity_argument:
  17. type: geolocation.location_settings
  18. label: 'Views Proximity Argument'
  19. plugin.plugin_configuration.geolocation.location.fixed_value:
  20. type: geolocation.location_settings
  21. label: 'Fixed coordinates'
  22. mapping:
  23. settings:
  24. type: mapping
  25. label: 'Fixed value settings'
  26. mapping:
  27. latitude:
  28. type: string
  29. label: 'Latitude'
  30. longitude:
  31. type: string
  32. label: 'Longitude'