media_acquiadam-8.x-1.46/config/schema/media_acquiadam.schema.yml
config/schema/media_acquiadam.schema.yml
# Schema for the configuration files of the media_acquiadam module.
media_acquiadam.settings:
type: config_object
label: 'Media Acquia DAM settings'
mapping:
domain:
type: string
label: 'Acquia DAM domain'
token:
type: string
label: 'Acquia DAM authentication token'
sync_interval:
type: integer
label: 'Sync interval'
sync_method:
type: string
label: 'Sync method'
size_limit:
type: integer
label: 'Size limit'
transcode:
type: string
label: 'Allows image transcoding'
image_quality:
type: integer
label: 'Image quality'
image_format:
type: string
label: 'Image format'
sync_perform_delete:
type: integer
label: 'Delete inactive drupal dam assets'
num_assets_per_page:
type: integer
label: 'Number of assets per page'
fallback_thumbnail:
type: uri
label: 'Fallback thumbnail'
report_asset_usage:
type: integer
label: 'Report asset usage'
exact_category_search:
type: boolean
label: 'Use exact search for categories'
debug:
type: boolean
label: 'Show warnings in addition to logging them'
media.source.acquiadam_asset:
type: media.source.field_aware
label: 'Acquia DAM asset media source configuration'
mapping:
download_assets:
type: boolean
label: 'Download and Sync Assets'
media_acquiadam.migration_preferences:
type: config_object
label: 'Settings for migrating media types between Acquia DAM modules'
mapping:
crud_operations:
type: mapping
label: 'List of operations capable of performing on media types'
mapping:
update:
type: sequence
label: 'List of media types marked for update'
sequence:
type: mapping
label: 'Various data necessary to update the media type'
mapping:
new_label:
type: string
label: 'A new human label given for the media type'
asset_download_enabled:
type: boolean
label: 'Whether asset files of media items should be downloaded to the site or not'
source_plugin:
type: string
label: 'Machine name of a media source plugin provided by the acquia_dam module'
delete:
type: sequence
label: 'List of media types marked for deletion'
sequence:
type: string
label: 'Machine name of an existing but empty media type'
