Configure collection card display
This commit is contained in:
parent
39e03c074c
commit
2c90d035d8
1 changed files with 17 additions and 12 deletions
|
@ -12,10 +12,12 @@ dependencies:
|
||||||
- field.field.node.collection.field_collection_type
|
- field.field.node.collection.field_collection_type
|
||||||
- field.field.node.collection.field_image
|
- field.field.node.collection.field_image
|
||||||
- field.field.node.collection.field_meta_tags
|
- field.field.node.collection.field_meta_tags
|
||||||
|
- field.field.node.collection.field_publication_date
|
||||||
- field.field.node.collection.field_summary
|
- field.field.node.collection.field_summary
|
||||||
- field.field.node.collection.field_tags
|
- field.field.node.collection.field_tags
|
||||||
- field.field.node.collection.field_topics
|
- field.field.node.collection.field_topics
|
||||||
- node.type.collection
|
- node.type.collection
|
||||||
|
- responsive_image.styles.narrow
|
||||||
module:
|
module:
|
||||||
- ds
|
- ds
|
||||||
- field_group
|
- field_group
|
||||||
|
@ -39,11 +41,11 @@ third_party_settings:
|
||||||
layout_class: { }
|
layout_class: { }
|
||||||
regions:
|
regions:
|
||||||
ds_content:
|
ds_content:
|
||||||
- node_title
|
|
||||||
- field_image
|
- field_image
|
||||||
- group_card_content
|
- group_card_content
|
||||||
- field_authors
|
|
||||||
- node_post_date
|
- node_post_date
|
||||||
|
- node_title
|
||||||
|
- field_authors
|
||||||
fields:
|
fields:
|
||||||
node_post_date:
|
node_post_date:
|
||||||
plugin_id: node_post_date
|
plugin_id: node_post_date
|
||||||
|
@ -52,7 +54,7 @@ third_party_settings:
|
||||||
formatter: ds_post_date_month_day_year
|
formatter: ds_post_date_month_day_year
|
||||||
node_title:
|
node_title:
|
||||||
plugin_id: node_title
|
plugin_id: node_title
|
||||||
weight: 0
|
weight: 7
|
||||||
label: hidden
|
label: hidden
|
||||||
formatter: default
|
formatter: default
|
||||||
settings:
|
settings:
|
||||||
|
@ -62,10 +64,9 @@ third_party_settings:
|
||||||
field_group:
|
field_group:
|
||||||
group_card_content:
|
group_card_content:
|
||||||
children:
|
children:
|
||||||
- node_title
|
|
||||||
- field_image
|
|
||||||
- field_authors
|
|
||||||
- node_post_date
|
- node_post_date
|
||||||
|
- node_title
|
||||||
|
- field_authors
|
||||||
parent_name: ''
|
parent_name: ''
|
||||||
weight: 1
|
weight: 1
|
||||||
format_type: html_element
|
format_type: html_element
|
||||||
|
@ -89,11 +90,13 @@ bundle: collection
|
||||||
mode: card
|
mode: card
|
||||||
content:
|
content:
|
||||||
field_authors:
|
field_authors:
|
||||||
weight: 5
|
weight: 8
|
||||||
label: hidden
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
link: true
|
link: false
|
||||||
third_party_settings: { }
|
third_party_settings:
|
||||||
|
ds:
|
||||||
|
ds_limit: ''
|
||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
region: ds_content
|
region: ds_content
|
||||||
field_image:
|
field_image:
|
||||||
|
@ -102,9 +105,11 @@ content:
|
||||||
region: ds_content
|
region: ds_content
|
||||||
label: hidden
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
responsive_image_style: ''
|
responsive_image_style: narrow
|
||||||
image_link: ''
|
image_link: content
|
||||||
third_party_settings: { }
|
third_party_settings:
|
||||||
|
ds:
|
||||||
|
ds_limit: '1'
|
||||||
hidden:
|
hidden:
|
||||||
body: true
|
body: true
|
||||||
comment: true
|
comment: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue