Add excerpt field for posts
This commit is contained in:
parent
b829ee56de
commit
a9e8a1bd81
5 changed files with 64 additions and 0 deletions
|
@ -4,6 +4,7 @@ status: true
|
|||
dependencies:
|
||||
config:
|
||||
- field.field.node.post.body
|
||||
- field.field.node.post.field_excerpt
|
||||
- field.field.node.post.field_tags
|
||||
- node.type.post
|
||||
module:
|
||||
|
@ -21,6 +22,13 @@ content:
|
|||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
field_excerpt:
|
||||
weight: 103
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: basic_string
|
||||
region: content
|
||||
field_tags:
|
||||
weight: 102
|
||||
label: above
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue