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:
|
||||
- paragraphs
|
||||
|
@ -16,7 +17,7 @@ mode: default
|
|||
content:
|
||||
body:
|
||||
type: text_textarea_with_summary
|
||||
weight: 121
|
||||
weight: 6
|
||||
settings:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
|
@ -26,13 +27,13 @@ content:
|
|||
region: content
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 10
|
||||
weight: 2
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_events:
|
||||
type: entity_reference_paragraphs
|
||||
weight: 122
|
||||
weight: 8
|
||||
settings:
|
||||
title: Paragraph
|
||||
title_plural: Paragraphs
|
||||
|
@ -42,30 +43,40 @@ content:
|
|||
default_paragraph_type: events
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
field_video:
|
||||
weight: 7
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
promote:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 15
|
||||
weight: 3
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 120
|
||||
weight: 5
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
sticky:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 16
|
||||
weight: 4
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
title:
|
||||
type: string_textfield
|
||||
weight: -5
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
|
@ -73,7 +84,7 @@ content:
|
|||
third_party_settings: { }
|
||||
uid:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 5
|
||||
weight: 1
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue