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_body_paragraph
|
||||||
- field.field.node.blog.field_image
|
- field.field.node.blog.field_image
|
||||||
- field.field.node.blog.field_meta_tags
|
- 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_summary
|
||||||
- field.field.node.blog.field_tags
|
- field.field.node.blog.field_tags
|
||||||
- field.field.node.blog.field_topics
|
- field.field.node.blog.field_topics
|
||||||
|
- field.field.node.blog.field_upload
|
||||||
- node.type.blog
|
- node.type.blog
|
||||||
- responsive_image.styles.narrow
|
- responsive_image.styles.narrow
|
||||||
module:
|
module:
|
||||||
|
@ -37,6 +39,8 @@ third_party_settings:
|
||||||
link_custom: ''
|
link_custom: ''
|
||||||
classes:
|
classes:
|
||||||
layout_class: { }
|
layout_class: { }
|
||||||
|
left: { }
|
||||||
|
right: { }
|
||||||
regions:
|
regions:
|
||||||
left:
|
left:
|
||||||
- field_image
|
- field_image
|
||||||
|
@ -45,7 +49,6 @@ third_party_settings:
|
||||||
- node_title
|
- node_title
|
||||||
- field_authors
|
- field_authors
|
||||||
- field_summary
|
- field_summary
|
||||||
- field_topics
|
|
||||||
fields:
|
fields:
|
||||||
node_post_date:
|
node_post_date:
|
||||||
plugin_id: node_post_date
|
plugin_id: node_post_date
|
||||||
|
@ -83,7 +86,9 @@ content:
|
||||||
settings:
|
settings:
|
||||||
responsive_image_style: narrow
|
responsive_image_style: narrow
|
||||||
image_link: content
|
image_link: content
|
||||||
third_party_settings: { }
|
third_party_settings:
|
||||||
|
ds:
|
||||||
|
ds_limit: '1'
|
||||||
region: left
|
region: left
|
||||||
field_summary:
|
field_summary:
|
||||||
type: text_default
|
type: text_default
|
||||||
|
@ -92,14 +97,6 @@ content:
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: right
|
region: right
|
||||||
field_topics:
|
|
||||||
type: entity_reference_label
|
|
||||||
weight: 5
|
|
||||||
region: right
|
|
||||||
label: visually_hidden
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
hidden:
|
||||||
body: true
|
body: true
|
||||||
comment: true
|
comment: true
|
||||||
|
@ -112,6 +109,7 @@ hidden:
|
||||||
field_publication_date: true
|
field_publication_date: true
|
||||||
field_regions: true
|
field_regions: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
|
field_topics: true
|
||||||
field_upload: true
|
field_upload: true
|
||||||
field_visions_models: true
|
field_visions_models: true
|
||||||
links: true
|
links: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue