Issue #3486050 by grimreaper, pdureau: POC Layout Builder: fix d&d and UI Styles support
1 unresolved thread
Closes #3486050
Merge request reports
Activity
added 6 commits
-
d7bd0e16...d2ca5776 - 5 commits from branch
project:2.0.x
- b81a3b56 - Issue #3486050 by grimreaper, pdureau: POC Layout Builder: fix d&d and UI Styles support
-
d7bd0e16...d2ca5776 - 5 commits from branch
39 39 foreach (Element::children($element[$region_id]) as $block_id) { 40 40 $element["#slots"][$region_id][$block_id] = $element[$region_id][$block_id]; 41 41 } 42 if (isset($element[$region_id]['#attributes']) && isset($element['#slots'][$region_id])) { 42 if ($element['#layout']->isInPreview() && isset($element[$region_id]['#attributes']) && isset($element['#slots'][$region_id])) { 43 43 $element['#region_attributes'][$region_id] = new Attribute($element[$region_id]['#attributes']); changed this line in version 3 of the diff
added 5 commits
-
b81a3b56...c6a224bf - 3 commits from branch
project:2.0.x
- 6313ce81 - Issue #3486050 by grimreaper, pdureau: POC Layout Builder: fix d&d and UI Styles support
- e8429071 - Issue #3486050 by grimreaper, pdureau: [2.0.0-beta5] Layout Builder: fix d&d
-
b81a3b56...c6a224bf - 3 commits from branch
added 1 commit
added 4 commits
Toggle commit list
Please register or sign in to reply