Add author field (for dc:creator), remove links
This commit is contained in:
parent
0459585965
commit
96e28ee1b9
1 changed files with 12 additions and 7 deletions
|
@ -24,8 +24,17 @@ id: node.blog.rss_teaser
|
||||||
targetEntityType: node
|
targetEntityType: node
|
||||||
bundle: blog
|
bundle: blog
|
||||||
mode: rss_teaser
|
mode: rss_teaser
|
||||||
third_party_settings: { }
|
|
||||||
content:
|
content:
|
||||||
|
field_authors:
|
||||||
|
type: entity_reference_label
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
link: false
|
||||||
|
third_party_settings:
|
||||||
|
ds:
|
||||||
|
ds_limit: ''
|
||||||
field_body_paragraph:
|
field_body_paragraph:
|
||||||
type: paragraph_summary
|
type: paragraph_summary
|
||||||
weight: 0
|
weight: 0
|
||||||
|
@ -35,15 +44,9 @@ content:
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
ds:
|
ds:
|
||||||
ds_limit: ''
|
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_image: true
|
field_image: true
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
field_summary: true
|
field_summary: true
|
||||||
|
@ -51,3 +54,5 @@ hidden:
|
||||||
field_topics: true
|
field_topics: true
|
||||||
indieweb_bridgypublishtwitter: true
|
indieweb_bridgypublishtwitter: true
|
||||||
indieweb_syndication: true
|
indieweb_syndication: true
|
||||||
|
langcode: true
|
||||||
|
links: true
|
||||||
|
|
Loading…
Reference in a new issue