Use image URL rather than image; provide summary field not role
This commit is contained in:
parent
9d4c7f0864
commit
d79784d9b6
1 changed files with 11 additions and 11 deletions
|
@ -10,10 +10,11 @@ dependencies:
|
|||
- field.field.node.people.field_people_position
|
||||
- field.field.node.people.field_people_type
|
||||
- field.field.node.people.field_summary
|
||||
- image.style.landscape
|
||||
- node.type.people
|
||||
- responsive_image.styles.narrow
|
||||
module:
|
||||
- responsive_image
|
||||
- image
|
||||
- text
|
||||
- user
|
||||
_core:
|
||||
default_config_hash: z1inMX04WqMLNtcIhFzhHwZW_utfrkMPfyPscbBo4WQ
|
||||
|
@ -23,25 +24,24 @@ bundle: people
|
|||
mode: small_card
|
||||
content:
|
||||
field_image:
|
||||
type: responsive_image
|
||||
type: image_url
|
||||
weight: 0
|
||||
region: content
|
||||
label: visually_hidden
|
||||
label: hidden
|
||||
settings:
|
||||
responsive_image_style: narrow
|
||||
image_link: content
|
||||
image_style: landscape
|
||||
third_party_settings: { }
|
||||
field_people_position:
|
||||
type: string
|
||||
field_summary:
|
||||
type: text_trimmed
|
||||
weight: 2
|
||||
region: content
|
||||
label: visually_hidden
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
trim_length: 600
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
field_body_paragraph: true
|
||||
field_meta_tags: true
|
||||
field_people_position: true
|
||||
field_people_type: true
|
||||
field_summary: true
|
||||
links: true
|
||||
|
|
Loading…
Reference in a new issue