parent
c74b391332
commit
2485830227
6 changed files with 106 additions and 0 deletions
|
@ -3,7 +3,9 @@ langcode: en
|
|||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_display.comment.comment.default
|
||||
- field.field.node.collection.body
|
||||
- field.field.node.collection.comment
|
||||
- field.field.node.collection.field_authors
|
||||
- field.field.node.collection.field_collection_items
|
||||
- field.field.node.collection.field_collection_type
|
||||
|
@ -14,6 +16,7 @@ dependencies:
|
|||
- field.field.node.collection.field_topics
|
||||
- node.type.collection
|
||||
module:
|
||||
- comment
|
||||
- ds
|
||||
- image
|
||||
- metatag
|
||||
|
@ -33,6 +36,15 @@ content:
|
|||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
comment:
|
||||
weight: 10
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
pager_id: 0
|
||||
third_party_settings: { }
|
||||
type: comment_default
|
||||
region: content
|
||||
field_authors:
|
||||
weight: 5
|
||||
label: hidden
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue