Add excerpt field for posts
This commit is contained in:
parent
b829ee56de
commit
a9e8a1bd81
5 changed files with 64 additions and 0 deletions
|
@ -4,9 +4,11 @@ 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:
|
||||
- path
|
||||
- text
|
||||
id: node.post.default
|
||||
targetEntityType: node
|
||||
|
@ -29,6 +31,14 @@ content:
|
|||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_excerpt:
|
||||
weight: 123
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textarea
|
||||
region: content
|
||||
field_tags:
|
||||
weight: 122
|
||||
settings:
|
||||
|
@ -39,6 +49,12 @@ content:
|
|||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete_tags
|
||||
region: content
|
||||
path:
|
||||
type: path
|
||||
weight: 30
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
promote:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue