You are here

simple_gmap.schema.yml in Simple Google Maps 8

Same filename and directory in other branches
  1. 3.0.x config/schema/simple_gmap.schema.yml
config/schema/simple_gmap.schema.yml

File

config/schema/simple_gmap.schema.yml
View source
  1. field.formatter.settings.simple_gmap:
  2. type: mapping
  3. label: 'Simple Google Map formatter settings'
  4. mapping:
  5. include_map:
  6. type: boolean
  7. label: 'Whether to include a dynamic map'
  8. include_static_map:
  9. type: boolean
  10. label: 'Whether to include a static map'
  11. include_link:
  12. type: boolean
  13. label: 'Whether to include a link to the Google Map'
  14. include_text:
  15. type: boolean
  16. label: 'Whether to include text with the map'
  17. iframe_height:
  18. type: string
  19. label: 'Height of embedded map'
  20. iframe_width:
  21. type: string
  22. label: 'Width of embedded map'
  23. iframe_title:
  24. type: string
  25. label: 'A title for describing the iframe for accessibility reasons'
  26. static_scale:
  27. type: integer
  28. label: 'Whether to scale static map image for retina displays'
  29. zoom_level:
  30. type: integer
  31. label: 'Zoom level'
  32. information_bubble:
  33. type: boolean
  34. label: 'Whether to include an information bubble'
  35. link_text:
  36. type: label
  37. label: 'The text for the link to the Google Map'
  38. map_type:
  39. type: string
  40. label: 'Map type for embedded and linked maps'
  41. langcode:
  42. type: label
  43. label: 'The language in which the map should be displayed'
  44. translation context: 'Google Maps language code'
  45. apikey:
  46. type: string
  47. label: 'A Google Maps API key, needed for static maps'