Improve display of blog teasers
This commit is contained in:
parent
96a65b1da6
commit
59cf8b1dd4
1 changed files with 8 additions and 10 deletions
|
@ -10,9 +10,11 @@ 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
|
||||
- field.field.node.blog.field_upload
|
||||
- node.type.blog
|
||||
- responsive_image.styles.narrow
|
||||
module:
|
||||
|
@ -37,6 +39,8 @@ third_party_settings:
|
|||
link_custom: ''
|
||||
classes:
|
||||
layout_class: { }
|
||||
left: { }
|
||||
right: { }
|
||||
regions:
|
||||
left:
|
||||
- field_image
|
||||
|
@ -45,7 +49,6 @@ third_party_settings:
|
|||
- node_title
|
||||
- field_authors
|
||||
- field_summary
|
||||
- field_topics
|
||||
fields:
|
||||
node_post_date:
|
||||
plugin_id: node_post_date
|
||||
|
@ -83,7 +86,9 @@ content:
|
|||
settings:
|
||||
responsive_image_style: narrow
|
||||
image_link: content
|
||||
third_party_settings: { }
|
||||
third_party_settings:
|
||||
ds:
|
||||
ds_limit: '1'
|
||||
region: left
|
||||
field_summary:
|
||||
type: text_default
|
||||
|
@ -92,14 +97,6 @@ content:
|
|||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: right
|
||||
field_topics:
|
||||
type: entity_reference_label
|
||||
weight: 5
|
||||
region: right
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
body: true
|
||||
comment: true
|
||||
|
@ -112,6 +109,7 @@ hidden:
|
|||
field_publication_date: true
|
||||
field_regions: true
|
||||
field_tags: true
|
||||
field_topics: true
|
||||
field_upload: true
|
||||
field_visions_models: true
|
||||
links: true
|
||||
|
|
Loading…
Add table
Reference in a new issue