Skip to content
Snippets Groups Projects

Issue #3486050 by grimreaper, pdureau: POC Layout Builder: fix d&d and UI Styles support

Merged Issue #3486050 by grimreaper, pdureau: POC Layout Builder: fix d&d and UI Styles support
1 unresolved thread
1 unresolved thread

Closes #3486050

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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']);
  • added 5 commits

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Pierre Dureau marked this merge request as ready

    marked this merge request as ready

  • Pierre Dureau added 4 commits

    added 4 commits

    • c38d4dea - 1 commit from branch project:2.0.x
    • b4eab218 - Issue #3486050 by grimreaper, pdureau: POC Layout Builder: fix d&d and UI Styles support
    • a5a56dbb - Issue #3486050 by grimreaper, pdureau: [2.0.0-beta5] Layout Builder: fix d&d
    • 6bee9876 - Issue #3486050 by grimreaper, pdureau: Fix PHPCS

    Compare with previous version

  • Please register or sign in to reply
    Loading