You are here

svg_formatter.schema.yml in SVG Formatter 8

config/schema/svg_formatter.schema.yml

File

config/schema/svg_formatter.schema.yml
View source
  1. field.formatter.settings.svg_formatter:
  2. type: mapping
  3. label: SVG Formatter settings
  4. mapping:
  5. inline:
  6. type: boolean
  7. label: Inline
  8. sanitize:
  9. type: boolean
  10. label: Sanitize
  11. apply_dimensions:
  12. type: boolean
  13. label: Apply dimensions
  14. width:
  15. type: integer
  16. label: Width
  17. height:
  18. type: integer
  19. label: Height
  20. enable_alt:
  21. type: boolean
  22. label: Enable alt attribute
  23. alt_string:
  24. type: string
  25. label: String or token(s) used for alt text for the image
  26. enable_title:
  27. type: boolean
  28. label: Enable title attribute
  29. title_string:
  30. type: string
  31. label: String or token(s) used for the title of the image