Add user name to blog posts so you know who wrote them

This commit is contained in:
benjamin melançon 2019-10-03 01:49:40 -04:00
parent 07bb7403f4
commit 6954b5562b

View file

@ -11,6 +11,7 @@ dependencies:
- field.field.node.blog.field_body_paragraph
- field.field.node.blog.field_image
- field.field.node.blog.field_meta_tags
- field.field.node.blog.field_publication_date
- field.field.node.blog.field_summary
- field.field.node.blog.field_tags
- field.field.node.blog.field_topics
@ -42,11 +43,16 @@ third_party_settings:
link_custom: ''
classes:
layout_class: { }
header: { }
left: { }
right: { }
footer: { }
regions:
header:
- field_image
left:
- node_post_date
- node_author
- field_authors
right:
- field_body_paragraph
@ -55,9 +61,14 @@ third_party_settings:
- node_links
- comment
fields:
node_author:
plugin_id: node_author
weight: 2
label: hidden
formatter: author_linked
node_links:
plugin_id: node_links
weight: 6
weight: 7
label: hidden
formatter: default
node_post_date:
@ -73,7 +84,7 @@ bundle: blog
mode: full
content:
comment:
weight: 7
weight: 8
label: above
settings:
pager_id: 0
@ -83,16 +94,16 @@ content:
region: right
field_authors:
type: entity_reference_label
weight: 2
weight: 3
region: left
label: visually_hidden
label: hidden
settings:
link: true
third_party_settings:
ds:
ds_limit: ''
field_body_paragraph:
weight: 3
weight: 4
label: visually_hidden
settings:
view_mode: default
@ -112,7 +123,7 @@ content:
type: responsive_image
region: header
field_tags:
weight: 5
weight: 6
label: visually_hidden
settings:
link: true
@ -121,7 +132,7 @@ content:
region: right
field_topics:
type: entity_reference_label
weight: 4
weight: 5
region: right
label: visually_hidden
settings: