Skip to content
Snippets Groups Projects
Commit 674b2865 authored by Justin Toupin's avatar Justin Toupin Committed by Justin Toupin
Browse files

Issue #3159353 by justin2pin, Drupak: Paragraphs inside the second section not observing Layout

parent a1280616
No related branches found
No related tags found
No related merge requests found
......@@ -863,7 +863,7 @@ class LayoutParagraphsWidget extends WidgetBase implements ContainerFactoryPlugi
$layout_element['preview']['regions'] = ['#weight' => 100] + $layout_element['#layout_instance']->build($layout_element['preview']['regions']);
$layout_element['preview']['regions']['#parents'] = $layout_element['#parents'];
foreach ($elements as $index => $element) {
if ($element['#parent_uuid'] == $uuid) {
if (!empty($element['#region']) && $element['#parent_uuid'] == $uuid) {
/* @var \Drupal\Core\Entity\EntityInterface $child_entity */
$child_entity = $element['#entity'];
$child_uuid = $child_entity->uuid();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment