Configure collection teasers, inc. removing links
This commit is contained in:
parent
4612225813
commit
86a48776e5
1 changed files with 8 additions and 11 deletions
|
@ -5,12 +5,14 @@ dependencies:
|
|||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.collection.body
|
||||
- field.field.node.collection.comment
|
||||
- field.field.node.collection.field_authors
|
||||
- field.field.node.collection.field_body_paragraph
|
||||
- field.field.node.collection.field_collection_items
|
||||
- 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
|
||||
|
@ -25,20 +27,15 @@ targetEntityType: node
|
|||
bundle: collection
|
||||
mode: teaser
|
||||
content:
|
||||
body:
|
||||
label: hidden
|
||||
type: text_summary_or_trimmed
|
||||
weight: 101
|
||||
settings:
|
||||
trim_length: 600
|
||||
third_party_settings: { }
|
||||
field_summary:
|
||||
type: text_default
|
||||
weight: 0
|
||||
region: content
|
||||
links:
|
||||
weight: 100
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
hidden:
|
||||
body: true
|
||||
comment: true
|
||||
field_authors: true
|
||||
field_body_paragraph: true
|
||||
|
@ -47,7 +44,7 @@ hidden:
|
|||
field_image: true
|
||||
field_meta_tags: true
|
||||
field_publication_date: true
|
||||
field_summary: true
|
||||
field_tags: true
|
||||
field_topics: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
||||
|
|
Loading…
Add table
Reference in a new issue