Selectively apply distro update
This commit is contained in:
parent
8aeffa5e97
commit
333d5f418e
34 changed files with 299 additions and 212 deletions
|
@ -23,7 +23,7 @@ dependencies:
|
|||
module:
|
||||
- ds
|
||||
- field_group
|
||||
- responsive_image
|
||||
- media_responsive_thumbnail
|
||||
- user
|
||||
third_party_settings:
|
||||
ds:
|
||||
|
@ -41,18 +41,14 @@ third_party_settings:
|
|||
attributes: ''
|
||||
link_attribute: ''
|
||||
link_custom: ''
|
||||
label: ''
|
||||
regions:
|
||||
ds_content:
|
||||
- field_image
|
||||
- field_media_image
|
||||
- 'bundle_field:node'
|
||||
- group_card_content
|
||||
- node_title
|
||||
fields:
|
||||
'bundle_field:node':
|
||||
plugin_id: 'bundle_field:node'
|
||||
weight: 0
|
||||
label: hidden
|
||||
formatter: default
|
||||
node_title:
|
||||
plugin_id: node_title
|
||||
weight: 1
|
||||
|
@ -63,6 +59,11 @@ third_party_settings:
|
|||
wrapper: h2
|
||||
class: ''
|
||||
exclude_node_title: '1'
|
||||
'bundle_field:node':
|
||||
plugin_id: 'bundle_field:node'
|
||||
weight: 0
|
||||
label: hidden
|
||||
formatter: default
|
||||
field_group:
|
||||
group_card_content:
|
||||
children:
|
||||
|
@ -70,7 +71,7 @@ third_party_settings:
|
|||
- node_title
|
||||
label: 'Card content'
|
||||
parent_name: ''
|
||||
region: hidden
|
||||
region: ds_content
|
||||
weight: 1
|
||||
format_type: html_element
|
||||
format_settings:
|
||||
|
@ -89,17 +90,15 @@ targetEntityType: node
|
|||
bundle: article
|
||||
mode: simple_card
|
||||
content:
|
||||
field_image:
|
||||
type: responsive_image
|
||||
field_media_image:
|
||||
type: media_responsive_thumbnail
|
||||
label: hidden
|
||||
settings:
|
||||
responsive_image_style: narrow
|
||||
responsive_image_style: drutopia_card
|
||||
image_link: content
|
||||
image_loading:
|
||||
attribute: eager
|
||||
third_party_settings:
|
||||
ds:
|
||||
ds_limit: '1'
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: ds_content
|
||||
hidden:
|
||||
|
@ -109,6 +108,7 @@ hidden:
|
|||
field_authors: true
|
||||
field_biography: true
|
||||
field_body_paragraph: true
|
||||
field_image: true
|
||||
field_meta_tags: true
|
||||
field_publication_date: true
|
||||
field_subtitle: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue