Add video field to talks
This commit is contained in:
parent
83c0601940
commit
4c3596cd15
24 changed files with 1248 additions and 8 deletions
20
config/sync/field.storage.node.field_video.yml
Normal file
20
config/sync/field.storage.node.field_video.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
uuid: e05bc3ec-81b9-4783-b621-8a3f9a21e60d
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- media
|
||||
- node
|
||||
id: node.field_video
|
||||
field_name: field_video
|
||||
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