Don't print summary field on full nodes
Fixes #112 Question is how did this get so broken? Does Drutopia have such messed up configuration for basic pages?
This commit is contained in:
parent
174a2ee0b2
commit
a8d0ab16a5
1 changed files with 6 additions and 12 deletions
|
@ -31,7 +31,7 @@ content:
|
|||
trim_length: 600
|
||||
third_party_settings: { }
|
||||
field_body_paragraph:
|
||||
weight: 1
|
||||
weight: 2
|
||||
label: hidden
|
||||
settings:
|
||||
view_mode: default
|
||||
|
@ -41,30 +41,24 @@ content:
|
|||
region: content
|
||||
field_meta_tags:
|
||||
type: metatag_empty_formatter
|
||||
weight: 0
|
||||
weight: 1
|
||||
region: content
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_storyline:
|
||||
type: entity_reference_revisions_entity_view
|
||||
weight: 1
|
||||
weight: 3
|
||||
region: content
|
||||
label: hidden
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
field_summary:
|
||||
type: text_default
|
||||
weight: 0
|
||||
region: content
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
links:
|
||||
weight: 2
|
||||
weight: 4
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
||||
hidden:
|
||||
field_summary: true
|
||||
|
|
Loading…
Reference in a new issue