You are here

leaflet_mapbox.schema.yml in Leaflet MapBox 8

config/schema/leaflet_mapbox.schema.yml

File

config/schema/leaflet_mapbox.schema.yml
View source
  1. # Schema for the configuration files of the Leaflet Mapbox module.
  2. leaflet_mapbox.settings:
  3. type: config_object
  4. label: 'Leaflet Mapbox configuration'
  5. mapping:
  6. label:
  7. type: string
  8. label: 'Map label'
  9. api_version:
  10. type: string
  11. label: 'API version'
  12. code:
  13. type: string
  14. label: 'Map code'
  15. style_url:
  16. type: string
  17. label: 'Style URL'
  18. token:
  19. type: string
  20. label: 'Map access token'
  21. zoomlevel:
  22. type: integer
  23. label: 'Zoom Level'
  24. description:
  25. type: string
  26. label: 'Map description'