You are here

geolocation_geocodio.schema.yml in Geolocation Field 8.3

modules/geolocation_geocodio/config/schema/geolocation_geocodio.schema.yml

File

modules/geolocation_geocodio/config/schema/geolocation_geocodio.schema.yml
View source
  1. geolocation_geocodio.settings:
  2. type: config_object
  3. label: 'Geolocation settings'
  4. mapping:
  5. api_key:
  6. type: string
  7. label: 'Geocodio API Key'
  8. fields:
  9. type: string
  10. label: 'Geocodio Fields'
  11. geolocation.geocoder.geocodio:
  12. type: geolocation_geocoder
  13. label: 'Geocodio'
  14. mapping:
  15. autocomplete_min_length:
  16. type: integer
  17. label: 'Autocomplete MinLength'
  18. component_restrictions:
  19. type: mapping
  20. label: 'Components'
  21. mapping:
  22. route:
  23. type: string
  24. label: 'Route'
  25. country:
  26. type: string
  27. label: 'Country'
  28. administrative_area:
  29. type: string
  30. label: 'Administrative Area'
  31. locality:
  32. type: string
  33. label: 'Locality'
  34. postal_code:
  35. type: string
  36. label: 'Postal Code'