From 80e550dc020d432e463ca9dad7b19b13741116f5 Mon Sep 17 00:00:00 2001 From: quietone <quietone@2572884.no-reply.drupal.org> Date: Sat, 14 Dec 2024 09:22:10 +1300 Subject: [PATCH] Issue #3493182 by tim.plunkett, catch, lauriii: Block visibility settings have summary duplicated in the title (cherry picked from commit 89a009ac124657011ecaa0830a2950da48fa37ad) --- core/modules/block/block.libraries.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/block/block.libraries.yml b/core/modules/block/block.libraries.yml index 6d52c681e3c5..2b1882072949 100644 --- a/core/modules/block/block.libraries.yml +++ b/core/modules/block/block.libraries.yml @@ -21,4 +21,5 @@ drupal.block.admin: - core/drupal.debounce - core/drupal.dialog.ajax - core/drupal.tabledrag + - core/drupal.vertical-tabs - core/once -- GitLab