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