X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fimagemagick%2Fconfig%2Fschema%2Fimagemagick.schema.yml;fp=web%2Fmodules%2Fcontrib%2Fimagemagick%2Fconfig%2Fschema%2Fimagemagick.schema.yml;h=a89306424ef9ba651eaf740362228f4c21d4b9b2;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/modules/contrib/imagemagick/config/schema/imagemagick.schema.yml b/web/modules/contrib/imagemagick/config/schema/imagemagick.schema.yml new file mode 100644 index 000000000..a89306424 --- /dev/null +++ b/web/modules/contrib/imagemagick/config/schema/imagemagick.schema.yml @@ -0,0 +1,48 @@ +# Imagemagick module schema + +# Schema for settings. +imagemagick.settings: + type: config_object + label: 'Imagemagick settings' + mapping: + quality: + type: integer + label: 'Image quality' + binaries: + type: string + label: 'Graphics package - ImageMagick/GraphicsMagick' + path_to_binaries: + type: string + label: 'Path to the binaries' + prepend: + type: string + label: 'Prepend arguments' + log_warnings: + type: boolean + label: 'Log command executions returning with non-zero code' + debug: + type: boolean + label: 'Display debugging information' + use_identify: + type: boolean + label: 'Use identify command' + locale: + type: string + label: 'Locale for escaping shell commands' + image_formats: + type: sequence + sequence: + type: imagemagick.image_format + advanced: + type: mapping + label: 'Advanced settings' + mapping: + density: + type: integer + label: 'Image resolution' + colorspace: + type: string + label: 'Convert colorspace' + profile: + type: string + label: 'Color profile path'