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:
|
module:
|
||||||
- entity_reference_revisions
|
- entity_reference_revisions
|
||||||
- image
|
- image
|
||||||
|
- text
|
||||||
- user
|
- user
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: mOqGMXhG-1WYGi-yooQwPMMtw5QzRZL_TSWW_NQhow0
|
default_config_hash: mOqGMXhG-1WYGi-yooQwPMMtw5QzRZL_TSWW_NQhow0
|
||||||
|
@ -24,7 +25,7 @@ bundle: people
|
||||||
mode: full
|
mode: full
|
||||||
content:
|
content:
|
||||||
field_body_paragraph:
|
field_body_paragraph:
|
||||||
weight: 2
|
weight: 4
|
||||||
label: hidden
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
view_mode: default
|
view_mode: default
|
||||||
|
@ -43,20 +44,27 @@ content:
|
||||||
region: content
|
region: content
|
||||||
field_people_position:
|
field_people_position:
|
||||||
type: string
|
type: string
|
||||||
weight: 1
|
weight: 2
|
||||||
label: hidden
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
field_people_type:
|
field_people_type:
|
||||||
weight: 3
|
weight: 1
|
||||||
label: hidden
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
link: true
|
link: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
region: content
|
region: content
|
||||||
|
field_summary:
|
||||||
|
type: text_default
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
label: hidden
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
links:
|
links:
|
||||||
weight: 5
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
|
@ -64,4 +72,3 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
field_meta_tags: true
|
field_meta_tags: true
|
||||||
field_summary: true
|
|
||||||
|
|
Loading…
Reference in a new issue