diff --git a/docroot/themes/contrib/civictheme/civictheme.info.yml b/docroot/themes/contrib/civictheme/civictheme.info.yml index 804416a5d2..c1330fe614 100644 --- a/docroot/themes/contrib/civictheme/civictheme.info.yml +++ b/docroot/themes/contrib/civictheme/civictheme.info.yml @@ -229,8 +229,8 @@ config_devel: - core.entity_view_mode.node.civictheme_slider_slide - editor.editor.civictheme_rich_text - field.field.block_content.civictheme_banner.field_c_b_background_image - - field.field.block_content.civictheme_banner.field_c_b_banner_type - field.field.block_content.civictheme_banner.field_c_b_banner_blend_mode + - field.field.block_content.civictheme_banner.field_c_b_banner_type - field.field.block_content.civictheme_banner.field_c_b_featured_image - field.field.block_content.civictheme_banner.field_c_b_theme - field.field.block_content.civictheme_component_block.field_c_b_components @@ -271,6 +271,7 @@ config_devel: - field.field.node.civictheme_event.field_c_n_topics - field.field.node.civictheme_event.field_c_n_vertical_spacing - field.field.node.civictheme_page.field_c_n_banner_background + - field.field.node.civictheme_page.field_c_n_banner_blend_mode - field.field.node.civictheme_page.field_c_n_banner_components - field.field.node.civictheme_page.field_c_n_banner_components_bott - field.field.node.civictheme_page.field_c_n_banner_featured_image @@ -278,7 +279,6 @@ config_devel: - field.field.node.civictheme_page.field_c_n_banner_theme - field.field.node.civictheme_page.field_c_n_banner_title - field.field.node.civictheme_page.field_c_n_banner_type - - field.field.node.civictheme_page.field_c_n_banner_blend_mode - field.field.node.civictheme_page.field_c_n_components - field.field.node.civictheme_page.field_c_n_custom_last_updated - field.field.node.civictheme_page.field_c_n_hide_sidebar @@ -442,8 +442,8 @@ config_devel: - field.field.paragraph.civictheme_webform.field_c_p_vertical_spacing - field.field.paragraph.civictheme_webform.field_c_p_webform - field.storage.block_content.field_c_b_background_image - - field.storage.block_content.field_c_b_banner_type - field.storage.block_content.field_c_b_banner_blend_mode + - field.storage.block_content.field_c_b_banner_type - field.storage.block_content.field_c_b_bottom - field.storage.block_content.field_c_b_components - field.storage.block_content.field_c_b_featured_image @@ -467,6 +467,7 @@ config_devel: - field.storage.node.field_c_n_alert_type - field.storage.node.field_c_n_attachments - field.storage.node.field_c_n_banner_background + - field.storage.node.field_c_n_banner_blend_mode - field.storage.node.field_c_n_banner_components - field.storage.node.field_c_n_banner_components_bott - field.storage.node.field_c_n_banner_featured_image @@ -474,7 +475,6 @@ config_devel: - field.storage.node.field_c_n_banner_theme - field.storage.node.field_c_n_banner_title - field.storage.node.field_c_n_banner_type - - field.storage.node.field_c_n_banner_blend_mode - field.storage.node.field_c_n_body - field.storage.node.field_c_n_components - field.storage.node.field_c_n_custom_last_updated diff --git a/docroot/themes/contrib/civictheme/config/install/core.entity_form_display.block_content.civictheme_banner.default.yml b/docroot/themes/contrib/civictheme/config/install/core.entity_form_display.block_content.civictheme_banner.default.yml index 387287221b..15aaffdd45 100644 --- a/docroot/themes/contrib/civictheme/config/install/core.entity_form_display.block_content.civictheme_banner.default.yml +++ b/docroot/themes/contrib/civictheme/config/install/core.entity_form_display.block_content.civictheme_banner.default.yml @@ -4,8 +4,8 @@ dependencies: config: - block_content.type.civictheme_banner - field.field.block_content.civictheme_banner.field_c_b_background_image - - field.field.block_content.civictheme_banner.field_c_b_banner_type - field.field.block_content.civictheme_banner.field_c_b_banner_blend_mode + - field.field.block_content.civictheme_banner.field_c_b_banner_type - field.field.block_content.civictheme_banner.field_c_b_featured_image - field.field.block_content.civictheme_banner.field_c_b_theme module: @@ -22,15 +22,15 @@ content: settings: media_types: { } third_party_settings: { } - field_c_b_banner_type: + field_c_b_banner_blend_mode: type: options_select - weight: 1 + weight: 4 region: content settings: { } third_party_settings: { } - field_c_b_banner_blend_mode: + field_c_b_banner_type: type: options_select - weight: 4 + weight: 1 region: content settings: { } third_party_settings: { } diff --git a/docroot/themes/contrib/civictheme/config/install/core.entity_form_display.node.civictheme_page.default.yml b/docroot/themes/contrib/civictheme/config/install/core.entity_form_display.node.civictheme_page.default.yml index c2e2b3c950..7565f05e8e 100644 --- a/docroot/themes/contrib/civictheme/config/install/core.entity_form_display.node.civictheme_page.default.yml +++ b/docroot/themes/contrib/civictheme/config/install/core.entity_form_display.node.civictheme_page.default.yml @@ -3,6 +3,7 @@ status: true dependencies: config: - field.field.node.civictheme_page.field_c_n_banner_background + - field.field.node.civictheme_page.field_c_n_banner_blend_mode - field.field.node.civictheme_page.field_c_n_banner_components - field.field.node.civictheme_page.field_c_n_banner_components_bott - field.field.node.civictheme_page.field_c_n_banner_featured_image @@ -10,7 +11,6 @@ dependencies: - field.field.node.civictheme_page.field_c_n_banner_theme - field.field.node.civictheme_page.field_c_n_banner_title - field.field.node.civictheme_page.field_c_n_banner_type - - field.field.node.civictheme_page.field_c_n_banner_blend_mode - field.field.node.civictheme_page.field_c_n_components - field.field.node.civictheme_page.field_c_n_custom_last_updated - field.field.node.civictheme_page.field_c_n_hide_sidebar @@ -185,6 +185,12 @@ content: settings: media_types: { } third_party_settings: { } + field_c_n_banner_blend_mode: + type: options_select + weight: 15 + region: content + settings: { } + third_party_settings: { } field_c_n_banner_components: type: paragraphs weight: 23 @@ -257,12 +263,6 @@ content: region: content settings: { } third_party_settings: { } - field_c_n_banner_blend_mode: - type: options_select - weight: 15 - region: content - settings: { } - third_party_settings: { } field_c_n_components: type: paragraphs weight: 16 diff --git a/docroot/themes/contrib/civictheme/config/install/core.entity_view_display.block_content.civictheme_banner.default.yml b/docroot/themes/contrib/civictheme/config/install/core.entity_view_display.block_content.civictheme_banner.default.yml index f575d98e4e..7db28367fb 100644 --- a/docroot/themes/contrib/civictheme/config/install/core.entity_view_display.block_content.civictheme_banner.default.yml +++ b/docroot/themes/contrib/civictheme/config/install/core.entity_view_display.block_content.civictheme_banner.default.yml @@ -4,8 +4,8 @@ dependencies: config: - block_content.type.civictheme_banner - field.field.block_content.civictheme_banner.field_c_b_background_image - - field.field.block_content.civictheme_banner.field_c_b_banner_type - field.field.block_content.civictheme_banner.field_c_b_banner_blend_mode + - field.field.block_content.civictheme_banner.field_c_b_banner_type - field.field.block_content.civictheme_banner.field_c_b_featured_image - field.field.block_content.civictheme_banner.field_c_b_theme id: block_content.civictheme_banner.default @@ -23,7 +23,7 @@ content: weight: 0 region: content hidden: - field_c_b_banner_type: true field_c_b_banner_blend_mode: true + field_c_b_banner_type: true field_c_b_featured_image: true field_c_b_theme: true diff --git a/docroot/themes/contrib/civictheme/config/install/core.entity_view_display.node.civictheme_page.civictheme_navigation_card.yml b/docroot/themes/contrib/civictheme/config/install/core.entity_view_display.node.civictheme_page.civictheme_navigation_card.yml index 0bff1816f7..ddcdeb0bcd 100644 --- a/docroot/themes/contrib/civictheme/config/install/core.entity_view_display.node.civictheme_page.civictheme_navigation_card.yml +++ b/docroot/themes/contrib/civictheme/config/install/core.entity_view_display.node.civictheme_page.civictheme_navigation_card.yml @@ -4,6 +4,7 @@ dependencies: config: - core.entity_view_mode.node.civictheme_navigation_card - field.field.node.civictheme_page.field_c_n_banner_background + - field.field.node.civictheme_page.field_c_n_banner_blend_mode - field.field.node.civictheme_page.field_c_n_banner_components - field.field.node.civictheme_page.field_c_n_banner_components_bott - field.field.node.civictheme_page.field_c_n_banner_featured_image @@ -11,7 +12,6 @@ dependencies: - field.field.node.civictheme_page.field_c_n_banner_theme - field.field.node.civictheme_page.field_c_n_banner_title - field.field.node.civictheme_page.field_c_n_banner_type - - field.field.node.civictheme_page.field_c_n_banner_blend_mode - field.field.node.civictheme_page.field_c_n_components - field.field.node.civictheme_page.field_c_n_custom_last_updated - field.field.node.civictheme_page.field_c_n_hide_sidebar @@ -53,6 +53,7 @@ content: region: content hidden: field_c_n_banner_background: true + field_c_n_banner_blend_mode: true field_c_n_banner_components: true field_c_n_banner_components_bott: true field_c_n_banner_featured_image: true @@ -60,7 +61,6 @@ hidden: field_c_n_banner_theme: true field_c_n_banner_title: true field_c_n_banner_type: true - field_c_n_banner_blend_mode: true field_c_n_components: true field_c_n_custom_last_updated: true field_c_n_hide_sidebar: true diff --git a/docroot/themes/contrib/civictheme/config/install/core.entity_view_display.node.civictheme_page.civictheme_promo_card.yml b/docroot/themes/contrib/civictheme/config/install/core.entity_view_display.node.civictheme_page.civictheme_promo_card.yml index be176462fe..783dfbd103 100644 --- a/docroot/themes/contrib/civictheme/config/install/core.entity_view_display.node.civictheme_page.civictheme_promo_card.yml +++ b/docroot/themes/contrib/civictheme/config/install/core.entity_view_display.node.civictheme_page.civictheme_promo_card.yml @@ -4,6 +4,7 @@ dependencies: config: - core.entity_view_mode.node.civictheme_promo_card - field.field.node.civictheme_page.field_c_n_banner_background + - field.field.node.civictheme_page.field_c_n_banner_blend_mode - field.field.node.civictheme_page.field_c_n_banner_components - field.field.node.civictheme_page.field_c_n_banner_components_bott - field.field.node.civictheme_page.field_c_n_banner_featured_image @@ -11,7 +12,6 @@ dependencies: - field.field.node.civictheme_page.field_c_n_banner_theme - field.field.node.civictheme_page.field_c_n_banner_title - field.field.node.civictheme_page.field_c_n_banner_type - - field.field.node.civictheme_page.field_c_n_banner_blend_mode - field.field.node.civictheme_page.field_c_n_components - field.field.node.civictheme_page.field_c_n_custom_last_updated - field.field.node.civictheme_page.field_c_n_hide_sidebar @@ -58,6 +58,7 @@ content: region: content hidden: field_c_n_banner_background: true + field_c_n_banner_blend_mode: true field_c_n_banner_components: true field_c_n_banner_components_bott: true field_c_n_banner_featured_image: true @@ -65,7 +66,6 @@ hidden: field_c_n_banner_theme: true field_c_n_banner_title: true field_c_n_banner_type: true - field_c_n_banner_blend_mode: true field_c_n_components: true field_c_n_custom_last_updated: true field_c_n_hide_sidebar: true diff --git a/docroot/themes/contrib/civictheme/config/install/core.entity_view_display.node.civictheme_page.civictheme_slider_slide.yml b/docroot/themes/contrib/civictheme/config/install/core.entity_view_display.node.civictheme_page.civictheme_slider_slide.yml index fbdf2326a5..fd34b28d25 100644 --- a/docroot/themes/contrib/civictheme/config/install/core.entity_view_display.node.civictheme_page.civictheme_slider_slide.yml +++ b/docroot/themes/contrib/civictheme/config/install/core.entity_view_display.node.civictheme_page.civictheme_slider_slide.yml @@ -4,6 +4,7 @@ dependencies: config: - core.entity_view_mode.node.civictheme_slider_slide - field.field.node.civictheme_page.field_c_n_banner_background + - field.field.node.civictheme_page.field_c_n_banner_blend_mode - field.field.node.civictheme_page.field_c_n_banner_components - field.field.node.civictheme_page.field_c_n_banner_components_bott - field.field.node.civictheme_page.field_c_n_banner_featured_image @@ -11,7 +12,6 @@ dependencies: - field.field.node.civictheme_page.field_c_n_banner_theme - field.field.node.civictheme_page.field_c_n_banner_title - field.field.node.civictheme_page.field_c_n_banner_type - - field.field.node.civictheme_page.field_c_n_banner_blend_mode - field.field.node.civictheme_page.field_c_n_components - field.field.node.civictheme_page.field_c_n_custom_last_updated - field.field.node.civictheme_page.field_c_n_hide_sidebar @@ -54,6 +54,7 @@ content: region: content hidden: field_c_n_banner_background: true + field_c_n_banner_blend_mode: true field_c_n_banner_components: true field_c_n_banner_components_bott: true field_c_n_banner_featured_image: true @@ -61,7 +62,6 @@ hidden: field_c_n_banner_theme: true field_c_n_banner_title: true field_c_n_banner_type: true - field_c_n_banner_blend_mode: true field_c_n_components: true field_c_n_custom_last_updated: true field_c_n_hide_sidebar: true diff --git a/docroot/themes/contrib/civictheme/config/install/core.entity_view_display.node.civictheme_page.default.yml b/docroot/themes/contrib/civictheme/config/install/core.entity_view_display.node.civictheme_page.default.yml index db391841fc..93758f9ccc 100644 --- a/docroot/themes/contrib/civictheme/config/install/core.entity_view_display.node.civictheme_page.default.yml +++ b/docroot/themes/contrib/civictheme/config/install/core.entity_view_display.node.civictheme_page.default.yml @@ -3,6 +3,7 @@ status: true dependencies: config: - field.field.node.civictheme_page.field_c_n_banner_background + - field.field.node.civictheme_page.field_c_n_banner_blend_mode - field.field.node.civictheme_page.field_c_n_banner_components - field.field.node.civictheme_page.field_c_n_banner_components_bott - field.field.node.civictheme_page.field_c_n_banner_featured_image @@ -10,7 +11,6 @@ dependencies: - field.field.node.civictheme_page.field_c_n_banner_theme - field.field.node.civictheme_page.field_c_n_banner_title - field.field.node.civictheme_page.field_c_n_banner_type - - field.field.node.civictheme_page.field_c_n_banner_blend_mode - field.field.node.civictheme_page.field_c_n_components - field.field.node.civictheme_page.field_c_n_custom_last_updated - field.field.node.civictheme_page.field_c_n_hide_sidebar @@ -166,12 +166,12 @@ content: region: content hidden: field_c_n_banner_background: true + field_c_n_banner_blend_mode: true field_c_n_banner_components: true field_c_n_banner_components_bott: true field_c_n_banner_featured_image: true field_c_n_banner_theme: true field_c_n_banner_type: true - field_c_n_banner_blend_mode: true field_c_n_hide_sidebar: true field_c_n_show_toc: true field_c_n_summary: true