We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24972aa commit a5bd47fCopy full SHA for a5bd47f
core/modules/layout_builder/layout_builder.module
@@ -278,7 +278,7 @@ function layout_builder_plugin_filter_layout__layout_builder_alter(array &$defin
278
}
279
280
281
-
+
282
// Move the one column layout to the top.
283
if (isset($definitions['layout_onecol']) && $definitions['layout_onecol']->getProvider() === 'layout_discovery') {
284
$one_col = $definitions['layout_onecol'];
0 commit comments