mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-06 17: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
35
drupal10/config/field.storage.media.field_media_image.yml
Normal file
35
drupal10/config/field.storage.media.field_media_image.yml
Normal file
|
@ -0,0 +1,35 @@
|
|||
uuid: 61f58ba9-13cf-44fa-bb6e-d7cf3fba93af
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- file
|
||||
- image
|
||||
- media
|
||||
enforced:
|
||||
module:
|
||||
- media
|
||||
_core:
|
||||
default_config_hash: 0N0KSFk57p6qsq3qM4lYVGSuROvzXK-tSsdwByqUh3g
|
||||
id: media.field_media_image
|
||||
field_name: field_media_image
|
||||
entity_type: media
|
||||
type: image
|
||||
settings:
|
||||
target_type: file
|
||||
display_field: false
|
||||
display_default: false
|
||||
uri_scheme: public
|
||||
default_image:
|
||||
uuid: null
|
||||
alt: ''
|
||||
title: ''
|
||||
width: null
|
||||
height: null
|
||||
module: image
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
Loading…
Add table
Add a link
Reference in a new issue