You are here

svg_image.schema.yml in Svg Image 2.x

config/schema/svg_image.schema.yml

File

config/schema/svg_image.schema.yml
View source
  1. field.formatter.settings.image:
  2. type: mapping
  3. mapping:
  4. image_link:
  5. type: string
  6. label: 'Link image to'
  7. image_style:
  8. type: string
  9. label: 'Image style'
  10. svg_attributes:
  11. type: mapping
  12. label: 'SVG attributes'
  13. mapping:
  14. width:
  15. type: integer
  16. label: Width
  17. height:
  18. type: integer
  19. label: Height
  20. svg_render_as_image:
  21. type: boolean
  22. label: 'Render SVG image as <img>'