Configure gleaning teaser, inc. removing links

This commit is contained in:
benjamin melançon 2019-10-07 23:23:28 -04:00
parent 86a48776e5
commit 8704d71a5e

View file

@ -5,6 +5,10 @@ dependencies:
config: config:
- core.entity_view_mode.node.teaser - core.entity_view_mode.node.teaser
- field.field.node.gleaning.body - field.field.node.gleaning.body
- field.field.node.gleaning.comment
- field.field.node.gleaning.field_image
- field.field.node.gleaning.field_publication_date
- field.field.node.gleaning.field_upload
- node.type.gleaning - node.type.gleaning
module: module:
- text - text
@ -17,19 +21,15 @@ content:
body: body:
label: hidden label: hidden
type: text_summary_or_trimmed type: text_summary_or_trimmed
weight: 101 weight: 0
settings: settings:
trim_length: 600 trim_length: 600
third_party_settings: { } third_party_settings: { }
region: content region: content
links:
weight: 100
settings: { }
third_party_settings: { }
region: content
hidden: hidden:
comment: true comment: true
field_image: true field_image: true
field_publication_date: true field_publication_date: true
field_upload: true field_upload: true
links: true
search_api_excerpt: true search_api_excerpt: true