mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-07 01:11:21 +00:00
Apply image_media_type recipe
This commit is contained in:
parent
93501a1a66
commit
c448fff43d
7 changed files with 250 additions and 0 deletions
|
@ -0,0 +1,43 @@
|
|||
uuid: bd2a6982-0b58-444c-95ac-401bc4fc10d2
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.media.field_media_image
|
||||
- media.type.image
|
||||
module:
|
||||
- image
|
||||
enforced:
|
||||
module:
|
||||
- media
|
||||
_core:
|
||||
default_config_hash: P7CkVOgjDXiN26Fm2hniNei-XPK3iuZTlcBGqreTbJ0
|
||||
id: media.image.field_media_image
|
||||
field_name: field_media_image
|
||||
entity_type: media
|
||||
bundle: image
|
||||
label: Image
|
||||
description: ''
|
||||
required: true
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:file'
|
||||
handler_settings: { }
|
||||
file_directory: '[date:custom:Y]-[date:custom:m]'
|
||||
file_extensions: 'png gif jpg jpeg webp'
|
||||
max_filesize: ''
|
||||
max_resolution: ''
|
||||
min_resolution: ''
|
||||
alt_field: true
|
||||
alt_field_required: true
|
||||
title_field: false
|
||||
title_field_required: false
|
||||
default_image:
|
||||
uuid: null
|
||||
alt: ''
|
||||
title: ''
|
||||
width: null
|
||||
height: null
|
||||
field_type: image
|
Loading…
Add table
Add a link
Reference in a new issue