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:
benjamin melançon 2019-01-17 13:34:28 -05:00
parent eec831e40e
commit 11bafffe6e

View file

@ -16,36 +16,33 @@ dependencies:
- node.type.blog - node.type.blog
module: module:
- ds - ds
- paragraphs
- user - 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: _core:
default_config_hash: e8yvfhoZmb_vDdkLtsMVv8u8XKzSRihmLtMph3nm6rM default_config_hash: e8yvfhoZmb_vDdkLtsMVv8u8XKzSRihmLtMph3nm6rM
id: node.blog.rss_teaser id: node.blog.rss_teaser
targetEntityType: node targetEntityType: node
bundle: blog bundle: blog
mode: rss_teaser 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: hidden:
body: true body: true
comment: true comment: true
field_authors: true field_authors: true
field_body_paragraph: true
field_image: true field_image: true
field_meta_tags: true field_meta_tags: true
field_summary: true field_summary: true
@ -53,4 +50,3 @@ hidden:
field_topics: true field_topics: true
indieweb_bridgypublishtwitter: true indieweb_bridgypublishtwitter: true
indieweb_syndication: true indieweb_syndication: true
links: true