Hide summary on collection content; consistent with all other types
Ref #64
This commit is contained in:
parent
28c63238cd
commit
ece0ba6640
1 changed files with 8 additions and 11 deletions
|
@ -12,6 +12,7 @@ dependencies:
|
|||
- field.field.node.collection.field_collection_type
|
||||
- field.field.node.collection.field_image
|
||||
- field.field.node.collection.field_meta_tags
|
||||
- field.field.node.collection.field_publication_date
|
||||
- field.field.node.collection.field_summary
|
||||
- field.field.node.collection.field_tags
|
||||
- field.field.node.collection.field_topics
|
||||
|
@ -20,7 +21,6 @@ dependencies:
|
|||
- ds
|
||||
- entity_reference_revisions
|
||||
- image
|
||||
- text
|
||||
- user
|
||||
third_party_settings:
|
||||
ds:
|
||||
|
@ -41,6 +41,10 @@ third_party_settings:
|
|||
link_custom: ''
|
||||
classes:
|
||||
layout_class: { }
|
||||
header: { }
|
||||
left: { }
|
||||
right: { }
|
||||
footer: { }
|
||||
regions:
|
||||
header:
|
||||
- field_image
|
||||
|
@ -51,7 +55,6 @@ third_party_settings:
|
|||
- field_topics
|
||||
- field_tags
|
||||
right:
|
||||
- field_summary
|
||||
- field_collection_items
|
||||
- field_body_paragraph
|
||||
fields:
|
||||
|
@ -77,7 +80,7 @@ content:
|
|||
region: left
|
||||
field_body_paragraph:
|
||||
type: entity_reference_revisions_entity_view
|
||||
weight: 8
|
||||
weight: 7
|
||||
region: right
|
||||
label: hidden
|
||||
settings:
|
||||
|
@ -85,7 +88,7 @@ content:
|
|||
link: ''
|
||||
third_party_settings: { }
|
||||
field_collection_items:
|
||||
weight: 7
|
||||
weight: 6
|
||||
label: hidden
|
||||
settings:
|
||||
view_mode: teaser
|
||||
|
@ -112,13 +115,6 @@ content:
|
|||
third_party_settings: { }
|
||||
type: image
|
||||
region: header
|
||||
field_summary:
|
||||
weight: 6
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: text_default
|
||||
region: right
|
||||
field_tags:
|
||||
type: entity_reference_label
|
||||
weight: 5
|
||||
|
@ -140,5 +136,6 @@ hidden:
|
|||
comment: true
|
||||
field_meta_tags: true
|
||||
field_publication_date: true
|
||||
field_summary: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
||||
|
|
Loading…
Add table
Reference in a new issue