Dump display suite and update blog 'card' output

with lovely simple things that fit into our new template beautifully
This commit is contained in:
benjamin melançon 2018-12-10 18:09:09 -05:00
parent dbe704869f
commit 5fde8cdd4f

View file

@ -22,48 +22,11 @@ dependencies:
- text - text
- user - user
third_party_settings: third_party_settings:
ds:
layout:
id: ds_1col
library: null
disable_css: false
entity_classes: all_classes
settings:
wrappers:
ds_content: div
outer_wrapper: div
attributes: ''
link_attribute: ''
link_custom: ''
classes:
layout_class: { }
regions:
ds_content:
- field_image
- group_card_content
- node_title
- field_authors
- field_summary
- field_topics
fields:
node_title:
plugin_id: node_title
weight: 3
label: hidden
formatter: default
settings:
link: true
wrapper: h2
class: ''
field_group: field_group:
group_card_content: group_card_content:
children: children: { }
- node_title
- field_authors
- field_summary
- field_topics
parent_name: '' parent_name: ''
weight: 1 weight: 10
format_type: html_element format_type: html_element
format_settings: format_settings:
id: '' id: ''
@ -85,35 +48,30 @@ mode: card
content: content:
field_authors: field_authors:
type: entity_reference_label type: entity_reference_label
weight: 4 weight: 0
region: ds_content region: content
label: visually_hidden label: hidden
settings: settings:
link: true link: false
third_party_settings: { } third_party_settings:
ds:
ds_limit: ''
field_image: field_image:
type: responsive_image type: responsive_image
weight: 0 weight: 1
region: ds_content region: content
label: visually_hidden label: hidden
settings: settings:
responsive_image_style: narrow responsive_image_style: narrow
image_link: content image_link: ''
third_party_settings: { } third_party_settings: { }
field_summary: field_summary:
type: text_default type: text_trimmed
weight: 5 weight: 2
region: ds_content region: content
label: visually_hidden label: hidden
settings: { }
third_party_settings: { }
field_topics:
type: entity_reference_label
weight: 6
region: ds_content
label: visually_hidden
settings: settings:
link: true trim_length: 600
third_party_settings: { } third_party_settings: { }
hidden: hidden:
body: true body: true
@ -121,4 +79,5 @@ hidden:
field_body_paragraph: true field_body_paragraph: true
field_meta_tags: true field_meta_tags: true
field_tags: true field_tags: true
field_topics: true
links: true links: true