diff --git a/config/sync/core.entity_form_display.node.collection.default.yml b/config/sync/core.entity_form_display.node.collection.default.yml index a63bd3d..a99f12f 100644 --- a/config/sync/core.entity_form_display.node.collection.default.yml +++ b/config/sync/core.entity_form_display.node.collection.default.yml @@ -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: { } diff --git a/config/sync/core.entity_view_display.node.collection.default.yml b/config/sync/core.entity_view_display.node.collection.default.yml index b3ccce2..87bf07a 100644 --- a/config/sync/core.entity_view_display.node.collection.default.yml +++ b/config/sync/core.entity_view_display.node.collection.default.yml @@ -7,6 +7,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 @@ -117,4 +118,5 @@ content: settings: { } third_party_settings: { } hidden: + field_body_paragraph: true search_api_excerpt: true diff --git a/config/sync/core.entity_view_display.node.collection.full.yml b/config/sync/core.entity_view_display.node.collection.full.yml index 11d142d..d91d4b6 100644 --- a/config/sync/core.entity_view_display.node.collection.full.yml +++ b/config/sync/core.entity_view_display.node.collection.full.yml @@ -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: diff --git a/config/sync/core.entity_view_display.node.collection.teaser.yml b/config/sync/core.entity_view_display.node.collection.teaser.yml index 9e0c58c..fe41c00 100644 --- a/config/sync/core.entity_view_display.node.collection.teaser.yml +++ b/config/sync/core.entity_view_display.node.collection.teaser.yml @@ -6,6 +6,7 @@ dependencies: - core.entity_view_mode.node.teaser - 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 @@ -39,6 +40,7 @@ content: region: content hidden: field_authors: true + field_body_paragraph: true field_collection_items: true field_collection_type: true field_image: true