Bring in updated module configuration after D10 upgrade
This commit is contained in:
parent
790a477269
commit
2a4b10f537
52 changed files with 385 additions and 129 deletions
|
@ -16,7 +16,7 @@ dependencies:
|
|||
module:
|
||||
- ds
|
||||
- entity_reference_revisions
|
||||
- responsive_image
|
||||
- media
|
||||
- user
|
||||
third_party_settings:
|
||||
ds:
|
||||
|
@ -37,15 +37,16 @@ third_party_settings:
|
|||
attributes: ''
|
||||
link_attribute: ''
|
||||
link_custom: ''
|
||||
label: ''
|
||||
regions:
|
||||
header:
|
||||
- field_image
|
||||
left:
|
||||
- field_people_type
|
||||
- field_people_position
|
||||
right:
|
||||
- field_body_paragraph
|
||||
- links
|
||||
header:
|
||||
- field_image
|
||||
_core:
|
||||
default_config_hash: WOI8fKpLJDTEg6bXIJednEL7pAp6iAkutldE6veX2eE
|
||||
id: node.people.full
|
||||
|
@ -75,6 +76,17 @@ content:
|
|||
ds_limit: '1'
|
||||
weight: 0
|
||||
region: header
|
||||
field_media_image:
|
||||
type: media_thumbnail
|
||||
label: hidden
|
||||
settings:
|
||||
image_link: ''
|
||||
image_style: focal_point_480_square
|
||||
image_loading:
|
||||
attribute: eager
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: left
|
||||
field_people_position:
|
||||
type: string
|
||||
label: hidden
|
||||
|
@ -91,6 +103,14 @@ content:
|
|||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: left
|
||||
field_topics:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: right
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue