You are here

imagemagick.data_types.schema.yml in ImageMagick 8

config/schema/imagemagick.data_types.schema.yml

File

config/schema/imagemagick.data_types.schema.yml
View source
  1. # Basic data types for ImageMagick module.
  2. imagemagick.image_format:
  3. type: mapping
  4. label: 'Image format'
  5. mapping:
  6. mime_type:
  7. type: string
  8. label: 'MIME type'
  9. weight:
  10. type: integer
  11. label: 'Weight to prioritise image file extensions mapping to format'
  12. enabled:
  13. type: boolean
  14. label: 'Support enabled in the toolkit'
  15. exclude_extensions:
  16. type: string
  17. label: 'Image file extensions to be excluded'