Update post teaser

This commit is contained in:
Oliver Davies 2020-05-08 13:43:02 +01:00
parent fadcef2c6f
commit 18d8b0c054

View file

@ -9,26 +9,24 @@ dependencies:
- field.field.node.post.field_tags - field.field.node.post.field_tags
- node.type.post - node.type.post
module: module:
- text
- user - user
id: node.post.teaser id: node.post.teaser
targetEntityType: node targetEntityType: node
bundle: post bundle: post
mode: teaser mode: teaser
content: content:
body: field_excerpt:
label: hidden type: basic_string
type: text_summary_or_trimmed weight: 0
weight: 101
settings:
trim_length: 600
third_party_settings: { }
region: content region: content
links: label: hidden
weight: 100
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
links:
weight: 1
region: content region: content
settings: { }
third_party_settings: { }
hidden: hidden:
field_excerpt: true body: true
field_tags: true field_tags: true