Commit updates from Drutopia Collection
While preserving our comment-related changes Ref #12
This commit is contained in:
parent
1ebe94868b
commit
ba35d8c75b
4 changed files with 45 additions and 17 deletions
|
@ -6,6 +6,7 @@ dependencies:
|
|||
- core.entity_view_mode.node.full
|
||||
- field.field.node.collection.body
|
||||
- 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
|
||||
|
@ -17,6 +18,7 @@ dependencies:
|
|||
module:
|
||||
- ds
|
||||
- image
|
||||
- paragraphs
|
||||
- text
|
||||
- user
|
||||
third_party_settings:
|
||||
|
@ -45,6 +47,7 @@ third_party_settings:
|
|||
- node_post_date
|
||||
- field_authors
|
||||
- field_collection_type
|
||||
- field_body_paragraph
|
||||
- field_topics
|
||||
- field_tags
|
||||
right:
|
||||
|
@ -71,8 +74,15 @@ content:
|
|||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
region: left
|
||||
field_body_paragraph:
|
||||
type: paragraph_summary
|
||||
weight: 4
|
||||
region: left
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_collection_items:
|
||||
weight: 7
|
||||
weight: 8
|
||||
label: hidden
|
||||
settings:
|
||||
view_mode: teaser
|
||||
|
@ -100,7 +110,7 @@ content:
|
|||
type: image
|
||||
region: header
|
||||
field_summary:
|
||||
weight: 6
|
||||
weight: 7
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
|
@ -108,15 +118,15 @@ content:
|
|||
region: right
|
||||
field_tags:
|
||||
type: entity_reference_label
|
||||
weight: 5
|
||||
weight: 6
|
||||
region: left
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
field_topics:
|
||||
type: entity_reference_label
|
||||
weight: 4
|
||||
weight: 5
|
||||
region: left
|
||||
label: visually_hidden
|
||||
settings:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue