Add excerpt field for posts
This commit is contained in:
parent
b829ee56de
commit
a9e8a1bd81
5 changed files with 64 additions and 0 deletions
|
@ -5,6 +5,7 @@ dependencies:
|
|||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.post.body
|
||||
- field.field.node.post.field_excerpt
|
||||
- field.field.node.post.field_tags
|
||||
- node.type.post
|
||||
module:
|
||||
|
@ -29,4 +30,5 @@ content:
|
|||
third_party_settings: { }
|
||||
region: content
|
||||
hidden:
|
||||
field_excerpt: true
|
||||
field_tags: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue