Improve RSS display for articles and blogs #137 #89

This commit is contained in:
benjamin melançon 2025-03-16 21:03:38 -04:00
parent bd681b40ed
commit ad00b1b601
3 changed files with 143 additions and 36 deletions

View file

@ -8,6 +8,7 @@ dependencies:
- field.field.node.blog.field_authors
- field.field.node.blog.field_body_paragraph
- field.field.node.blog.field_image
- field.field.node.blog.field_media_image
- field.field.node.blog.field_meta_tags
- field.field.node.blog.field_publication_date
- field.field.node.blog.field_summary
@ -19,6 +20,7 @@ dependencies:
- datetime
- ds
- file
- text
- user
third_party_settings:
ds:
@ -28,16 +30,22 @@ third_party_settings:
disable_css: false
entity_classes: all_classes
settings:
label: ''
classes:
layout_class: { }
ds_content: { }
wrappers:
ds_content: div
outer_wrapper: div
attributes: ''
link_attribute: ''
link_custom: ''
label: ''
regions: { }
regions:
ds_content:
- field_authors
- body
- field_upload
- field_publication_date
_core:
default_config_hash: e8yvfhoZmb_vDdkLtsMVv8u8XKzSRihmLtMph3nm6rM
id: node.blog.default
@ -45,27 +53,40 @@ targetEntityType: node
bundle: blog
mode: default
content:
body:
type: text_default
label: hidden
settings: { }
third_party_settings: { }
weight: 1
region: ds_content
field_authors:
type: entity_reference_label
label: above
settings:
link: true
third_party_settings: { }
weight: 0
region: ds_content
field_publication_date:
type: datetime_default
label: above
label: hidden
settings:
timezone_override: ''
format_type: medium
third_party_settings: { }
weight: 2
region: content
weight: 3
region: ds_content
field_upload:
type: file_default
label: above
label: hidden
settings:
use_description_as_link_text: true
third_party_settings: { }
weight: 1
region: content
weight: 2
region: ds_content
hidden:
body: true
comment: true
field_authors: true
field_body_paragraph: true
field_image: true
field_media_image: true
@ -73,5 +94,6 @@ hidden:
field_summary: true
field_tags: true
field_topics: true
footnotes_group: true
links: true
search_api_excerpt: true