core.base_field_override.media.tweet.thumbnail.yml in Varbase Media 8.7
Same filename and directory in other branches
modules/varbase_media_twitter/config/install/core.base_field_override.media.tweet.thumbnail.yml
File
modules/varbase_media_twitter/config/install/core.base_field_override.media.tweet.thumbnail.ymlView source
- langcode: en
- status: true
- dependencies:
- config:
- - media.type.tweet
- module:
- - image
- id: media.tweet.thumbnail
- field_name: thumbnail
- entity_type: media
- bundle: tweet
- label: Thumbnail
- description: 'The thumbnail of the media item.'
- required: false
- translatable: false
- default_value: { }
- default_value_callback: ''
- settings:
- file_extensions: 'png gif jpg jpeg'
- alt_field: true
- alt_field_required: true
- title_field: false
- title_field_required: false
- max_resolution: ''
- min_resolution: ''
- default_image:
- uuid: null
- alt: ''
- title: ''
- width: null
- height: null
- file_directory: '[date:custom:Y]-[date:custom:m]'
- max_filesize: ''
- handler: default
- handler_settings: { }
- field_type: image