mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-06 09:01:23 +00:00
Add media reference fields
This commit is contained in:
parent
fe6ef34767
commit
2f45f01ebe
12 changed files with 188 additions and 1 deletions
20
drupal10/config/field.storage.node.field_media_image.yml
Normal file
20
drupal10/config/field.storage.node.field_media_image.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
uuid: b579ed7e-6523-4584-8d05-e84100633d12
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- media
|
||||
- node
|
||||
id: node.field_media_image
|
||||
field_name: field_media_image
|
||||
entity_type: node
|
||||
type: entity_reference
|
||||
settings:
|
||||
target_type: media
|
||||
module: core
|
||||
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