From c79fa522b6230c9bacbf83496ced0d49c6e60a57 Mon Sep 17 00:00:00 2001 From: Raindog Date: Wed, 11 Feb 2026 09:20:30 -0700 Subject: [PATCH 1/7] Added layout paragraphs, mercury editor and layout paragraphs patch --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index 8fe9791ade..0f359c6014 100644 --- a/composer.json +++ b/composer.json @@ -83,6 +83,7 @@ "drupal/jquery_ui_datepicker": "2.1.1", "drupal/key": "1.21.0", "drupal/klaro": "3.0.8", + "drupal/layout_paragraphs": "2.1.1", "drupal/ldap": "4.12", "drupal/link_class": "2.2.0", "drupal/linkit": "7.0.12", @@ -94,6 +95,7 @@ "drupal/media_remote": "1.10", "drupal/menu_block": "1.14.0", "drupal/menu_link_attributes": "1.6.0", + "drupal/mercury_editor": "2.2.5", "drupal/metatag": "2.2.0", "drupal/migmag": "1.8.4", "drupal/migrate_plus": "6.0.8", @@ -199,6 +201,9 @@ "drupal/inline_entity_form": { "Support Referencing the same entity multiple times (3363988)": "https://gist.githubusercontent.com/tadean/d3c4969f0c8dd7bacc3a3c0ba0521b3e/raw/f5ad64286fdcfcc23b2bf147656b012bba6a4872/inline_entity_form_multiple.patch" }, + "drupal/layout_paragraphs": { + "php8.4 deprecation issues (3565074)": "https://www.drupal.org/files/issues/2026-01-05/layout_paragraphs-php8.4-deprecations.patch" + }, "drupal/menu_block": { "Performance issue caused by build in access check (3509045)": "https://www.drupal.org/files/issues/2025-03-05/3509045-13.patch" }, From c374af0c7e1b8b56afa973b75284fa2d7072895e Mon Sep 17 00:00:00 2001 From: Raindog Date: Wed, 11 Feb 2026 10:41:26 -0700 Subject: [PATCH 2/7] update ui_icons to 1.1.1 - SA-CONTRIB-2026-010 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0f359c6014..6158782036 100644 --- a/composer.json +++ b/composer.json @@ -120,7 +120,7 @@ "drupal/smart_title": "1.0.0", "drupal/smtp": "1.4.0", "drupal/token": "1.17.0", - "drupal/ui_icons": "1.1.0", + "drupal/ui_icons": "1.1.1", "drupal/user_expire": "2.1.2", "drupal/views_bootstrap": "5.5.0-rc3", "drupal/views_bulk_operations": "4.3.4", From 9366efa56fe98b3822dc81f2fe6097165262deb1 Mon Sep 17 00:00:00 2001 From: Raindog Date: Thu, 12 Feb 2026 14:31:19 -0700 Subject: [PATCH 3/7] Add Josh Sosa's styles for layout paragraphs edit button --- themes/custom/az_barrio/css/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/themes/custom/az_barrio/css/style.css b/themes/custom/az_barrio/css/style.css index 5fc4511229..4d9dc9706c 100644 --- a/themes/custom/az_barrio/css/style.css +++ b/themes/custom/az_barrio/css/style.css @@ -797,3 +797,17 @@ form.webform-submission-form { .material-symbols-rounded { font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24; } + +/* Layout Paragraphs */ +.lpb-enable { + z-index: 9; +} + +.region-content .lp-builder .full-width-background { + overflow: unset; +} + +.lpb-btn--cancel { + width: initial !important; + float: right; +} \ No newline at end of file From e6338adad81bddb6cb326303a410f950241a6c65 Mon Sep 17 00:00:00 2001 From: Raindog Date: Tue, 17 Feb 2026 15:58:24 -0700 Subject: [PATCH 4/7] Add patch that allows Mercury Editor to work with Workspace --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d09c959d7f..fed7ded1c5 100644 --- a/composer.json +++ b/composer.json @@ -178,7 +178,8 @@ "[regression] CSS class is not added to MediaLibrary dialog (3474018)": "https://www.drupal.org/files/issues/2025-07-03/3474018-27.diff", "Diffs with different line endings leads to Invalid $mode 3 specified (3389715)": "https://www.drupal.org/files/issues/2024-01-09/Diffs-with-different-line-endings-leads-to-Invalid-mode-3-specified.patch", "Recent changes to migrate_drupal can break migrations that rely on hook_migration_plugins_alter() (3546325)": "https://www.drupal.org/files/issues/2025-09-11/3546325-11-2-x.patch", - "Display Bug when using #states (Forms API) with Ajax Request (1091852)": "https://www.drupal.org/files/issues/2023-12-18/1091852-186.patch" + "Display Bug when using #states (Forms API) with Ajax Request (1091852)": "https://www.drupal.org/files/issues/2023-12-18/1091852-186.patch", + "Support for Workspaces (3495098)": "https://www.drupal.org/files/issues/2024-12-19/drupal-10.3.x-mercury_editor-workspaces-comment-2.patch" }, "drupal/draggableviews": { "Row weights not displaying on sort view (3252365)": "https://www.drupal.org/files/issues/2023-08-25/3252365-check-remove-select-all-class.patch", From e58516d356571d9ac9f8db3a25992f6eea3cf82a Mon Sep 17 00:00:00 2001 From: Raindog <128643925+ewlyman@users.noreply.github.com> Date: Wed, 18 Feb 2026 15:37:21 -0700 Subject: [PATCH 5/7] Update themes/custom/az_barrio/css/style.css Co-authored-by: Chris Green --- themes/custom/az_barrio/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/custom/az_barrio/css/style.css b/themes/custom/az_barrio/css/style.css index cacbe4a1b5..9b8b54f66d 100644 --- a/themes/custom/az_barrio/css/style.css +++ b/themes/custom/az_barrio/css/style.css @@ -815,4 +815,4 @@ form.webform-submission-form { .lpb-btn--cancel { width: initial !important; float: right; -} \ No newline at end of file +} From 1b9cdb18638230191ec9abfa95d862e59678c432 Mon Sep 17 00:00:00 2001 From: Raindog Date: Thu, 19 Feb 2026 14:06:07 -0700 Subject: [PATCH 6/7] Upgrade to Layout Paragraphs 3.x and Mercury Editor 3.x --- composer.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 44dff44028..bfd62f0ca6 100644 --- a/composer.json +++ b/composer.json @@ -83,7 +83,7 @@ "drupal/jquery_ui_datepicker": "2.1.1", "drupal/key": "1.21.0", "drupal/klaro": "3.0.8", - "drupal/layout_paragraphs": "2.1.1", + "drupal/layout_paragraphs": "3.0.0-alpha7", "drupal/ldap": "4.12", "drupal/link_class": "2.2.0", "drupal/linkit": "7.0.12", @@ -95,7 +95,7 @@ "drupal/media_remote": "1.10", "drupal/menu_block": "1.14.0", "drupal/menu_link_attributes": "1.6.0", - "drupal/mercury_editor": "2.2.5", + "drupal/mercury_editor": "3.0.0-alpha13", "drupal/metatag": "2.2.0", "drupal/migmag": "1.8.4", "drupal/migrate_plus": "6.0.8", @@ -202,9 +202,6 @@ "drupal/inline_entity_form": { "Support Referencing the same entity multiple times (3363988)": "https://gist.githubusercontent.com/tadean/d3c4969f0c8dd7bacc3a3c0ba0521b3e/raw/f5ad64286fdcfcc23b2bf147656b012bba6a4872/inline_entity_form_multiple.patch" }, - "drupal/layout_paragraphs": { - "php8.4 deprecation issues (3565074)": "https://www.drupal.org/files/issues/2026-01-05/layout_paragraphs-php8.4-deprecations.patch" - }, "drupal/menu_block": { "Performance issue caused by build in access check (3509045)": "https://www.drupal.org/files/issues/2025-03-05/3509045-13.patch" }, From eb8b8728104e537e29edd2f37dbc4d437a20492d Mon Sep 17 00:00:00 2001 From: Raindog <128643925+ewlyman@users.noreply.github.com> Date: Thu, 16 Apr 2026 13:37:31 -0700 Subject: [PATCH 7/7] Update drupal/core-recommended to version 11.3.7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bfd62f0ca6..626cf8bf7a 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,7 @@ "drupal/config_split": "2.0.2", "drupal/config_sync": "3.0.0-alpha5", "drupal/config_update": "2.0.0-alpha4", - "drupal/core-recommended": "11.2.10", + "drupal/core-recommended": "11.3.7", "drupal/crop": "2.5.0", "drupal/date_ap_style": "3.0.0", "drupal/decorative_image_widget": "1.0.3",