Configure what RSS teaser view mode outputs
This somehow works even though the node_rss view row processor prevents node templates from working, so we cannot override this template at the node level.
This commit is contained in:
parent
eec831e40e
commit
11bafffe6e
1 changed files with 16 additions and 20 deletions
|
@ -16,36 +16,33 @@ dependencies:
|
|||
- node.type.blog
|
||||
module:
|
||||
- ds
|
||||
- paragraphs
|
||||
- user
|
||||
third_party_settings:
|
||||
ds:
|
||||
layout:
|
||||
id: ds_1col
|
||||
library: null
|
||||
disable_css: false
|
||||
entity_classes: all_classes
|
||||
settings:
|
||||
wrappers:
|
||||
ds_content: div
|
||||
outer_wrapper: div
|
||||
attributes: ''
|
||||
link_attribute: ''
|
||||
link_custom: ''
|
||||
classes:
|
||||
layout_class: { }
|
||||
regions: { }
|
||||
_core:
|
||||
default_config_hash: e8yvfhoZmb_vDdkLtsMVv8u8XKzSRihmLtMph3nm6rM
|
||||
id: node.blog.rss_teaser
|
||||
targetEntityType: node
|
||||
bundle: blog
|
||||
mode: rss_teaser
|
||||
content: { }
|
||||
content:
|
||||
field_body_paragraph:
|
||||
type: paragraph_summary
|
||||
weight: 0
|
||||
region: content
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings:
|
||||
ds:
|
||||
ds_limit: ''
|
||||
links:
|
||||
weight: 1
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
body: true
|
||||
comment: true
|
||||
field_authors: true
|
||||
field_body_paragraph: true
|
||||
field_image: true
|
||||
field_meta_tags: true
|
||||
field_summary: true
|
||||
|
@ -53,4 +50,3 @@ hidden:
|
|||
field_topics: true
|
||||
indieweb_bridgypublishtwitter: true
|
||||
indieweb_syndication: true
|
||||
links: true
|
||||
|
|
Loading…
Reference in a new issue