Commit updates from Drutopia Collection

While preserving our comment-related changes

Ref #12
This commit is contained in:
benjamin melançon 2019-09-22 22:16:56 -04:00
parent 1ebe94868b
commit ba35d8c75b
4 changed files with 45 additions and 17 deletions

View file

@ -6,6 +6,7 @@ dependencies:
- field.field.node.collection.body - field.field.node.collection.body
- field.field.node.collection.comment - field.field.node.collection.comment
- field.field.node.collection.field_authors - 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_items
- field.field.node.collection.field_collection_type - field.field.node.collection.field_collection_type
- field.field.node.collection.field_image - field.field.node.collection.field_image
@ -19,6 +20,7 @@ dependencies:
- comment - comment
- image - image
- metatag - metatag
- paragraphs
- path - path
- text - text
_core: _core:
@ -36,12 +38,12 @@ content:
region: content region: content
created: created:
type: datetime_timestamp type: datetime_timestamp
weight: 10 weight: 13
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
field_authors: field_authors:
weight: 4 weight: 2
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
size: 60 size: 60
@ -49,6 +51,18 @@ content:
third_party_settings: { } third_party_settings: { }
type: entity_reference_autocomplete type: entity_reference_autocomplete
region: content 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: field_collection_items:
weight: 5 weight: 5
settings: settings:
@ -73,13 +87,13 @@ content:
type: image_image type: image_image
region: content region: content
field_meta_tags: field_meta_tags:
weight: 7 weight: 10
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
type: metatag_firehose type: metatag_firehose
region: content region: content
field_summary: field_summary:
weight: 2 weight: 4
settings: settings:
rows: 5 rows: 5
placeholder: '' placeholder: ''
@ -87,7 +101,7 @@ content:
type: text_textarea type: text_textarea
region: content region: content
field_tags: field_tags:
weight: 15 weight: 8
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
size: 60 size: 60
@ -96,7 +110,7 @@ content:
type: entity_reference_autocomplete type: entity_reference_autocomplete
region: content region: content
field_topics: field_topics:
weight: 14 weight: 7
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
size: 60 size: 60
@ -106,7 +120,7 @@ content:
region: content region: content
path: path:
type: path type: path
weight: 8 weight: 11
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
@ -114,21 +128,21 @@ content:
type: boolean_checkbox type: boolean_checkbox
settings: settings:
display_label: true display_label: true
weight: 12 weight: 15
region: content region: content
third_party_settings: { } third_party_settings: { }
status: status:
type: boolean_checkbox type: boolean_checkbox
settings: settings:
display_label: true display_label: true
weight: 13 weight: 16
region: content region: content
third_party_settings: { } third_party_settings: { }
sticky: sticky:
type: boolean_checkbox type: boolean_checkbox
settings: settings:
display_label: true display_label: true
weight: 11 weight: 14
region: content region: content
third_party_settings: { } third_party_settings: { }
title: title:
@ -141,7 +155,7 @@ content:
third_party_settings: { } third_party_settings: { }
uid: uid:
type: entity_reference_autocomplete type: entity_reference_autocomplete
weight: 6 weight: 9
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
size: 60 size: 60
@ -149,7 +163,7 @@ content:
region: content region: content
third_party_settings: { } third_party_settings: { }
url_redirects: url_redirects:
weight: 9 weight: 12
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }

View file

@ -7,6 +7,7 @@ dependencies:
- field.field.node.collection.body - field.field.node.collection.body
- field.field.node.collection.comment - field.field.node.collection.comment
- field.field.node.collection.field_authors - 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_items
- field.field.node.collection.field_collection_type - field.field.node.collection.field_collection_type
- field.field.node.collection.field_image - field.field.node.collection.field_image
@ -117,4 +118,5 @@ content:
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
hidden: hidden:
field_body_paragraph: true
search_api_excerpt: true search_api_excerpt: true

View file

@ -6,6 +6,7 @@ dependencies:
- core.entity_view_mode.node.full - core.entity_view_mode.node.full
- field.field.node.collection.body - field.field.node.collection.body
- field.field.node.collection.field_authors - 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_items
- field.field.node.collection.field_collection_type - field.field.node.collection.field_collection_type
- field.field.node.collection.field_image - field.field.node.collection.field_image
@ -17,6 +18,7 @@ dependencies:
module: module:
- ds - ds
- image - image
- paragraphs
- text - text
- user - user
third_party_settings: third_party_settings:
@ -45,6 +47,7 @@ third_party_settings:
- node_post_date - node_post_date
- field_authors - field_authors
- field_collection_type - field_collection_type
- field_body_paragraph
- field_topics - field_topics
- field_tags - field_tags
right: right:
@ -71,8 +74,15 @@ content:
third_party_settings: { } third_party_settings: { }
type: entity_reference_label type: entity_reference_label
region: left region: left
field_body_paragraph:
type: paragraph_summary
weight: 4
region: left
label: hidden
settings: { }
third_party_settings: { }
field_collection_items: field_collection_items:
weight: 7 weight: 8
label: hidden label: hidden
settings: settings:
view_mode: teaser view_mode: teaser
@ -100,7 +110,7 @@ content:
type: image type: image
region: header region: header
field_summary: field_summary:
weight: 6 weight: 7
label: hidden label: hidden
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
@ -108,15 +118,15 @@ content:
region: right region: right
field_tags: field_tags:
type: entity_reference_label type: entity_reference_label
weight: 5 weight: 6
region: left region: left
label: hidden label: visually_hidden
settings: settings:
link: true link: true
third_party_settings: { } third_party_settings: { }
field_topics: field_topics:
type: entity_reference_label type: entity_reference_label
weight: 4 weight: 5
region: left region: left
label: visually_hidden label: visually_hidden
settings: settings:

View file

@ -6,6 +6,7 @@ dependencies:
- core.entity_view_mode.node.teaser - core.entity_view_mode.node.teaser
- field.field.node.collection.body - field.field.node.collection.body
- field.field.node.collection.field_authors - 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_items
- field.field.node.collection.field_collection_type - field.field.node.collection.field_collection_type
- field.field.node.collection.field_image - field.field.node.collection.field_image
@ -39,6 +40,7 @@ content:
region: content region: content
hidden: hidden:
field_authors: true field_authors: true
field_body_paragraph: true
field_collection_items: true field_collection_items: true
field_collection_type: true field_collection_type: true
field_image: true field_image: true