From 60b88a7d67ffe2b83eb2345cde13fb995c9c1fba Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 3 Oct 2018 14:27:04 -0700 Subject: [PATCH] Issue #2934223 by jibran, MerryHamster, tim.plunkett, kiamlaluno: layout_builder module has a hidden dependency on block module --- core/modules/layout_builder/layout_builder.info.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/modules/layout_builder/layout_builder.info.yml b/core/modules/layout_builder/layout_builder.info.yml index dfd9922df0..f70cdcaec0 100644 --- a/core/modules/layout_builder/layout_builder.info.yml +++ b/core/modules/layout_builder/layout_builder.info.yml @@ -9,3 +9,5 @@ dependencies: - drupal:contextual # @todo Discuss removing in https://www.drupal.org/project/drupal/issues/2935999. - drupal:field_ui + # @todo Discuss removing in https://www.drupal.org/project/drupal/issues/3003610. + - drupal:block -- GitLab