Provide summary field for the person template
This commit is contained in:
parent
3a2ce7f3b6
commit
67e22f99d5
1 changed files with 11 additions and 4 deletions
|
@ -15,6 +15,7 @@ dependencies:
|
|||
module:
|
||||
- entity_reference_revisions
|
||||
- image
|
||||
- text
|
||||
- user
|
||||
_core:
|
||||
default_config_hash: mOqGMXhG-1WYGi-yooQwPMMtw5QzRZL_TSWW_NQhow0
|
||||
|
@ -24,7 +25,7 @@ bundle: people
|
|||
mode: full
|
||||
content:
|
||||
field_body_paragraph:
|
||||
weight: 2
|
||||
weight: 4
|
||||
label: hidden
|
||||
settings:
|
||||
view_mode: default
|
||||
|
@ -43,20 +44,27 @@ content:
|
|||
region: content
|
||||
field_people_position:
|
||||
type: string
|
||||
weight: 1
|
||||
weight: 2
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
field_people_type:
|
||||
weight: 3
|
||||
weight: 1
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_summary:
|
||||
type: text_default
|
||||
weight: 3
|
||||
region: content
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
links:
|
||||
weight: 5
|
||||
region: content
|
||||
|
@ -64,4 +72,3 @@ content:
|
|||
third_party_settings: { }
|
||||
hidden:
|
||||
field_meta_tags: true
|
||||
field_summary: true
|
||||
|
|
Loading…
Reference in a new issue