Add excerpt field
This commit is contained in:
parent
b75343a17b
commit
7acfeb99d4
4 changed files with 44 additions and 0 deletions
|
@ -5,11 +5,13 @@ dependencies:
|
|||
config:
|
||||
- field.field.node.talk.body
|
||||
- field.field.node.talk.field_events
|
||||
- field.field.node.talk.field_excerpt
|
||||
- field.field.node.talk.field_slides
|
||||
- field.field.node.talk.field_video
|
||||
- node.type.talk
|
||||
module:
|
||||
- paragraphs
|
||||
- path
|
||||
- speakerdeck_field
|
||||
- text
|
||||
id: node.talk.default
|
||||
|
@ -45,6 +47,14 @@ content:
|
|||
default_paragraph_type: events
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
field_excerpt:
|
||||
weight: 51
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textarea
|
||||
region: content
|
||||
field_slides:
|
||||
weight: 26
|
||||
settings:
|
||||
|
@ -108,4 +118,9 @@ content:
|
|||
match_limit: 10
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
url_redirects:
|
||||
weight: 50
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue