Skip to content
Snippets Groups Projects

Removed layout_builder_blank from the option list

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -44,6 +44,7 @@ trait DisplayLayoutFormTrait {
$layout_options = [];
$layouts = $this->getLayoutPluginManager()->getDefinitions();
unset($layouts['layout_builder_blank']);
foreach ($layouts as $key => $layout_definition) {
// Create new layout option group.
if (empty($key)) {
Loading