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:
|
|||
- 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
|
||||
|
@ -19,6 +20,7 @@ dependencies:
|
|||
- comment
|
||||
- image
|
||||
- metatag
|
||||
- paragraphs
|
||||
- path
|
||||
- text
|
||||
_core:
|
||||
|
@ -36,12 +38,12 @@ content:
|
|||
region: content
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 10
|
||||
weight: 13
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_authors:
|
||||
weight: 4
|
||||
weight: 2
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
|
@ -49,6 +51,18 @@ content:
|
|||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_body_paragraph:
|
||||
type: entity_reference_paragraphs
|
||||
weight: 6
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraph
|
||||
title_plural: Paragraphs
|
||||
edit_mode: open
|
||||
add_mode: dropdown
|
||||
form_display_mode: default
|
||||
default_paragraph_type: _none
|
||||
third_party_settings: { }
|
||||
field_collection_items:
|
||||
weight: 5
|
||||
settings:
|
||||
|
@ -73,13 +87,13 @@ content:
|
|||
type: image_image
|
||||
region: content
|
||||
field_meta_tags:
|
||||
weight: 7
|
||||
weight: 10
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: metatag_firehose
|
||||
region: content
|
||||
field_summary:
|
||||
weight: 2
|
||||
weight: 4
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
|
@ -87,7 +101,7 @@ content:
|
|||
type: text_textarea
|
||||
region: content
|
||||
field_tags:
|
||||
weight: 15
|
||||
weight: 8
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
|
@ -96,7 +110,7 @@ content:
|
|||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_topics:
|
||||
weight: 14
|
||||
weight: 7
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
|
@ -106,7 +120,7 @@ content:
|
|||
region: content
|
||||
path:
|
||||
type: path
|
||||
weight: 8
|
||||
weight: 11
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
|
@ -114,21 +128,21 @@ content:
|
|||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 12
|
||||
weight: 15
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 13
|
||||
weight: 16
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
sticky:
|
||||
type: boolean_checkbox
|
||||
settings:
|
||||
display_label: true
|
||||
weight: 11
|
||||
weight: 14
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
title:
|
||||
|
@ -141,7 +155,7 @@ content:
|
|||
third_party_settings: { }
|
||||
uid:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 6
|
||||
weight: 9
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
|
@ -149,7 +163,7 @@ content:
|
|||
region: content
|
||||
third_party_settings: { }
|
||||
url_redirects:
|
||||
weight: 9
|
||||
weight: 12
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue