From f41c8d809246b02bc92b5f4f5a1f77e5ad90182d Mon Sep 17 00:00:00 2001 From: Vincent Massaro Date: Mon, 6 Nov 2023 14:09:54 -0500 Subject: [PATCH] chore: export config after d10 update (#477) --- .../sync/core.entity_form_display.node.event.default.yml | 2 +- .../config/sync/editor.editor.basic_html.yml | 4 ++-- ...ilder_browser.layout_builder_browser_blockcat.advanced.yml | 1 + ...der_browser.layout_builder_browser_blockcat.all_blocks.yml | 1 + ..._builder_browser.layout_builder_browser_blockcat.basic.yml | 1 + ..._builder_browser.layout_builder_browser_blockcat.media.yml | 1 + 6 files changed, 7 insertions(+), 3 deletions(-) diff --git a/web/profiles/custom/yalesites_profile/config/sync/core.entity_form_display.node.event.default.yml b/web/profiles/custom/yalesites_profile/config/sync/core.entity_form_display.node.event.default.yml index da3f19cbc1..4b4f1036ed 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/core.entity_form_display.node.event.default.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/core.entity_form_display.node.event.default.yml @@ -106,7 +106,6 @@ content: weight: 4 region: content settings: - hide_date: 0 modal: false default_duration: 60 default_duration_increments: |- @@ -116,6 +115,7 @@ content: 120|2 hours custom show_extra: false + hide_date: false third_party_settings: { } field_event_type: type: options_buttons diff --git a/web/profiles/custom/yalesites_profile/config/sync/editor.editor.basic_html.yml b/web/profiles/custom/yalesites_profile/config/sync/editor.editor.basic_html.yml index aee2a7f42e..5716f12005 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/editor.editor.basic_html.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/editor.editor.basic_html.yml @@ -29,10 +29,10 @@ settings: plugins: ckeditor5_alignment: enabled_alignments: - - left - center - - right - justify + - left + - right ckeditor5_heading: enabled_headings: - heading2 diff --git a/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.advanced.yml b/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.advanced.yml index 631409be3d..2ebf554411 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.advanced.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.advanced.yml @@ -5,3 +5,4 @@ dependencies: { } id: advanced label: Advanced weight: -7 +opened: true diff --git a/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.all_blocks.yml b/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.all_blocks.yml index 64f8846b6a..4762eb7a9c 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.all_blocks.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.all_blocks.yml @@ -5,3 +5,4 @@ dependencies: { } id: all_blocks label: 'All Blocks' weight: -10 +opened: true diff --git a/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.basic.yml b/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.basic.yml index 6324b4a52a..5c05c661f3 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.basic.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.basic.yml @@ -5,3 +5,4 @@ dependencies: { } id: basic label: Basic weight: -9 +opened: true diff --git a/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.media.yml b/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.media.yml index 9537d891f2..cac0d0d77e 100644 --- a/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.media.yml +++ b/web/profiles/custom/yalesites_profile/config/sync/layout_builder_browser.layout_builder_browser_blockcat.media.yml @@ -5,3 +5,4 @@ dependencies: { } id: media label: Media weight: -8 +opened: true