Configure more fields to be in left column of author teasers
This commit is contained in:
parent
2dba40fd30
commit
67d4cd6c2a
1 changed files with 6 additions and 6 deletions
|
@ -39,15 +39,15 @@ third_party_settings:
|
|||
right: { }
|
||||
regions:
|
||||
left:
|
||||
- field_image
|
||||
right:
|
||||
- node_title
|
||||
- field_people_position
|
||||
- field_image
|
||||
right:
|
||||
- field_summary
|
||||
fields:
|
||||
node_title:
|
||||
plugin_id: node_title
|
||||
weight: 1
|
||||
weight: 0
|
||||
label: hidden
|
||||
formatter: default
|
||||
settings:
|
||||
|
@ -64,7 +64,7 @@ mode: teaser
|
|||
content:
|
||||
field_image:
|
||||
type: responsive_image
|
||||
weight: 0
|
||||
weight: 2
|
||||
label: hidden
|
||||
settings:
|
||||
responsive_image_style: narrow
|
||||
|
@ -73,12 +73,12 @@ content:
|
|||
region: left
|
||||
field_people_position:
|
||||
type: string
|
||||
weight: 2
|
||||
weight: 1
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
region: right
|
||||
region: left
|
||||
field_summary:
|
||||
type: text_default
|
||||
weight: 3
|
||||
|
|
Loading…
Add table
Reference in a new issue