:
$wrapped = [
'name' => 'div',
'attributes' => [
'class' => 'table-container',
],
'handler' => 'elements',
'text' => [
$Block['element'], // the
itself
],
];
// Replace the original element with our wrapped version:
$Block['element'] = $wrapped;
}
return $Block;
}
}