|
|
@ -476,7 +476,7 @@ class TwigExtension extends AbstractExtension { |
|
|
|
if ($wrapper && !Element::isEmpty($build['content'])) { |
|
|
|
if ($wrapper && !Element::isEmpty($build['content'])) { |
|
|
|
$build += [ |
|
|
|
$build += [ |
|
|
|
'#theme' => 'block', |
|
|
|
'#theme' => 'block', |
|
|
|
'#id' => $configuration['id'] ?? $id, |
|
|
|
'#id' => $configuration['id'] ?? NULL, |
|
|
|
'#attributes' => [], |
|
|
|
'#attributes' => [], |
|
|
|
'#contextual_links' => [], |
|
|
|
'#contextual_links' => [], |
|
|
|
'#configuration' => $block_plugin->getConfiguration(), |
|
|
|
'#configuration' => $block_plugin->getConfiguration(), |
|
|
|