Issue #3033153 by DanielVeza, bnjmnm, smustgrave: Contextual links can be used to drag and drop Layout Blocks

merge-requests/5821/merge
nod_ 2024-03-03 01:38:53 +01:00
parent ecac251678
commit 41a731d7d3
No known key found for this signature in database
GPG Key ID: 76624892606FA197
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@
draggable: '.js-layout-builder-block',
ghostClass: 'ui-state-drop',
group: 'builder-region',
filter: '.contextual',
onEnd: (event) =>
Drupal.layoutBuilderBlockUpdate(event.item, event.from, event.to),
});