Add excerpt field for posts

This commit is contained in:
Oliver Davies 2020-02-12 01:26:20 +00:00
parent b829ee56de
commit a9e8a1bd81
5 changed files with 64 additions and 0 deletions

View file

@ -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