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
|
@ -0,0 +1,29 @@
|
|||
uuid: b078ece8-0e97-46c7-9529-c61a46acfa9b
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_media_remote_video
|
||||
- media.type.remote_video
|
||||
- node.type.session
|
||||
id: node.session.field_media_remote_video
|
||||
field_name: field_media_remote_video
|
||||
entity_type: node
|
||||
bundle: session
|
||||
label: 'Video recording'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:media'
|
||||
handler_settings:
|
||||
target_bundles:
|
||||
remote_video: remote_video
|
||||
sort:
|
||||
field: _none
|
||||
direction: ASC
|
||||
auto_create: false
|
||||
auto_create_bundle: ''
|
||||
field_type: entity_reference
|
Loading…
Add table
Add a link
Reference in a new issue