From 40552e293c8cc7ec17522d9951e3ee70a70cf875 Mon Sep 17 00:00:00 2001 From: Eric Bremner Date: Thu, 6 Oct 2022 11:09:57 -0400 Subject: [PATCH 1/3] ISTWCMS-5865: adding workflows dependency so that features is happy --- .../core.entity_form_display.node.uw_ct_opportunity.default.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/install/core.entity_form_display.node.uw_ct_opportunity.default.yml b/config/install/core.entity_form_display.node.uw_ct_opportunity.default.yml index 8c8a000..20f6077 100644 --- a/config/install/core.entity_form_display.node.uw_ct_opportunity.default.yml +++ b/config/install/core.entity_form_display.node.uw_ct_opportunity.default.yml @@ -23,8 +23,10 @@ dependencies: - field.field.node.uw_ct_opportunity.field_uw_opportunity_type - field.field.node.uw_ct_opportunity.layout_builder__layout - node.type.uw_ct_opportunity + - workflows.workflow.uw_workflow module: - allowed_formats + - content_moderation - datetime - field_group - link -- GitLab From 96382dd4e5d8537b84b13da98823fdb7abffbedd Mon Sep 17 00:00:00 2001 From: Eric Bremner Date: Thu, 6 Oct 2022 15:48:30 -0400 Subject: [PATCH 2/3] ISTWCMS-5865: fixing teaser display --- ..._view_display.node.uw_ct_opportunity.teaser.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/config/install/core.entity_view_display.node.uw_ct_opportunity.teaser.yml b/config/install/core.entity_view_display.node.uw_ct_opportunity.teaser.yml index a771470..e621a48 100644 --- a/config/install/core.entity_view_display.node.uw_ct_opportunity.teaser.yml +++ b/config/install/core.entity_view_display.node.uw_ct_opportunity.teaser.yml @@ -30,18 +30,9 @@ id: node.uw_ct_opportunity.teaser targetEntityType: node bundle: uw_ct_opportunity mode: teaser -content: - content_moderation_control: - weight: -20 - settings: { } - third_party_settings: { } - region: content - links: - weight: 100 - settings: { } - third_party_settings: { } - region: content +content: { } hidden: + content_moderation_control: true field_uw_meta_description: true field_uw_meta_image: true field_uw_meta_tags: true @@ -63,3 +54,4 @@ hidden: field_uw_opportunity_type: true langcode: true layout_builder__layout: true + links: true -- GitLab From c7e9e6563b0873cb125c0b44fe1e8886c58aa233 Mon Sep 17 00:00:00 2001 From: Eric Bremner Date: Thu, 6 Oct 2022 15:49:24 -0400 Subject: [PATCH 3/3] ISTWCMS-5865: fixing default display --- ...display.node.uw_ct_opportunity.default.yml | 48 +------------------ 1 file changed, 1 insertion(+), 47 deletions(-) diff --git a/config/install/core.entity_view_display.node.uw_ct_opportunity.default.yml b/config/install/core.entity_view_display.node.uw_ct_opportunity.default.yml index af09f46..6fd158c 100644 --- a/config/install/core.entity_view_display.node.uw_ct_opportunity.default.yml +++ b/config/install/core.entity_view_display.node.uw_ct_opportunity.default.yml @@ -44,53 +44,7 @@ third_party_settings: context_mapping: { } layout_builder_styles_style: uw_lbs_contained_width layout_builder_id: '' - components: - 12950db8-4547-4e75-a1fd-821364c2e8a6: - uuid: 12950db8-4547-4e75-a1fd-821364c2e8a6 - region: content - configuration: - label_display: '0' - context_mapping: - entity: layout_builder.entity - id: 'field_block:node:uw_ct_opportunity:field_uw_meta_image' - formatter: - label: above - settings: - link: true - third_party_settings: { } - type: entity_reference_label - weight: 0 - additional: { } - af12f277-c791-4464-ba69-977210c0bb6f: - uuid: af12f277-c791-4464-ba69-977210c0bb6f - region: content - configuration: - label_display: '0' - context_mapping: - entity: layout_builder.entity - id: 'field_block:node:uw_ct_opportunity:field_uw_meta_description' - formatter: - label: above - settings: { } - third_party_settings: { } - type: basic_string - weight: 1 - additional: { } - 4dcd7f78-dda6-4bde-98be-6e3a84e518ed: - uuid: 4dcd7f78-dda6-4bde-98be-6e3a84e518ed - region: content - configuration: - label_display: '0' - context_mapping: - entity: layout_builder.entity - id: 'field_block:node:uw_ct_opportunity:field_uw_meta_tags' - formatter: - label: above - settings: { } - third_party_settings: { } - type: metatag_empty_formatter - weight: 2 - additional: { } + components: { } third_party_settings: { } layout_builder_restrictions: allowed_block_categories: { } -- GitLab