Add video field to talks
This commit is contained in:
parent
83c0601940
commit
4c3596cd15
24 changed files with 1248 additions and 8 deletions
|
@ -5,6 +5,7 @@ dependencies:
|
|||
config:
|
||||
- field.field.node.talk.body
|
||||
- field.field.node.talk.field_events
|
||||
- field.field.node.talk.field_video
|
||||
- node.type.talk
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
|
@ -31,6 +32,15 @@ content:
|
|||
link: ''
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
field_video:
|
||||
type: entity_reference_entity_view
|
||||
weight: 103
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: false
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
links:
|
||||
weight: 100
|
||||
settings: { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue