From e9566ed39c20cd259f5fd0803de28f617b1e58bf Mon Sep 17 00:00:00 2001 From: OdaiAtieh <OdaiAtieh@2831201.no-reply.drupal.org> Date: Sun, 24 Apr 2022 17:01:21 +0300 Subject: [PATCH] Issue #3274455 by Odai Atieh: Support inline blocks in Layout Library to automatically create a clone for the existing inline blocks in the layout --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b89c5e83..8ee6d333 100644 --- a/composer.json +++ b/composer.json @@ -67,7 +67,9 @@ }, "drupal/layout_library": { "Issue #3075067: Duplicate entry for key 'block_content_field__uuid__value'": - "https://git.drupalcode.org/project/layout_library/-/merge_requests/1.diff" + "https://git.drupalcode.org/project/layout_library/-/merge_requests/1.diff", + "Issue #3273160: Support inline blocks in layout": + "https://git.drupalcode.org/project/layout_library/-/merge_requests/7.diff" } } } -- GitLab