inline_image_saver-1.0.x-dev/config/schema/inline_image_saver.schema.yml
config/schema/inline_image_saver.schema.yml
inline_image_saver.settings:
type: config_object
label: 'Inline Image Saver settings'
mapping:
processable_formats:
type: sequence
label: 'Allowed formats'
sequence:
type: string
enable_validation:
type: boolean
label: 'Enable image validation'
validation_settings:
type: mapping
label: 'Validation settings'
mapping:
allow_if_downloadable:
type: boolean
label: 'Allow downloadable external images'
allow_data_uri:
type: boolean
label: 'Allow data URI images'
check_file_exists:
type: boolean
label: 'Check image file exists'
check_file_mime:
type: boolean
label: 'Check image file MIME type'
validate_url:
type: boolean
label: 'Validate image URL'
validate_url_query:
type: boolean
label: 'Include query parameters in URL validation'
enable_download:
type: boolean
label: 'Download external images'
prefer_reuse_files:
type: boolean
label: 'Prefer reusing existing files'
enable_replace:
type: boolean
label: 'Replace broken images'
fallback_markup:
type: label
label: 'Fallback markup'
create_revision:
type: boolean
label: 'Create new revision'
revision_log:
type: label
label: 'Revision log message'
skip_on_sync:
type: boolean
label: 'Skip processing on sync'
