Configure small card person view mode not to use bloody display suite
This commit is contained in:
parent
05a1caa647
commit
8265c375f2
1 changed files with 2 additions and 54 deletions
|
@ -14,60 +14,8 @@ dependencies:
|
||||||
- node.type.people
|
- node.type.people
|
||||||
- responsive_image.styles.narrow
|
- responsive_image.styles.narrow
|
||||||
module:
|
module:
|
||||||
- ds
|
|
||||||
- field_group
|
|
||||||
- responsive_image
|
- responsive_image
|
||||||
- user
|
- user
|
||||||
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_people_position
|
|
||||||
fields:
|
|
||||||
node_title:
|
|
||||||
plugin_id: node_title
|
|
||||||
weight: 1
|
|
||||||
label: hidden
|
|
||||||
formatter: default
|
|
||||||
settings:
|
|
||||||
link: true
|
|
||||||
wrapper: h2
|
|
||||||
class: ''
|
|
||||||
field_group:
|
|
||||||
group_card_content:
|
|
||||||
children:
|
|
||||||
- node_title
|
|
||||||
- field_people_position
|
|
||||||
parent_name: ''
|
|
||||||
weight: 1
|
|
||||||
format_type: html_element
|
|
||||||
format_settings:
|
|
||||||
id: ''
|
|
||||||
classes: ''
|
|
||||||
element: div
|
|
||||||
show_label: false
|
|
||||||
label_element: h3
|
|
||||||
attributes: ''
|
|
||||||
effect: none
|
|
||||||
speed: fast
|
|
||||||
label: 'Card content'
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: z1inMX04WqMLNtcIhFzhHwZW_utfrkMPfyPscbBo4WQ
|
default_config_hash: z1inMX04WqMLNtcIhFzhHwZW_utfrkMPfyPscbBo4WQ
|
||||||
id: node.people.small_card
|
id: node.people.small_card
|
||||||
|
@ -78,7 +26,7 @@ content:
|
||||||
field_image:
|
field_image:
|
||||||
type: responsive_image
|
type: responsive_image
|
||||||
weight: 0
|
weight: 0
|
||||||
region: ds_content
|
region: content
|
||||||
label: visually_hidden
|
label: visually_hidden
|
||||||
settings:
|
settings:
|
||||||
responsive_image_style: narrow
|
responsive_image_style: narrow
|
||||||
|
@ -87,7 +35,7 @@ content:
|
||||||
field_people_position:
|
field_people_position:
|
||||||
type: string
|
type: string
|
||||||
weight: 2
|
weight: 2
|
||||||
region: ds_content
|
region: content
|
||||||
label: visually_hidden
|
label: visually_hidden
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
|
|
Loading…
Reference in a new issue