Skip to content
Snippets Groups Projects
Commit 33c8bf79 authored by Kevin Paxman's avatar Kevin Paxman Committed by Eric Bremner
Browse files

ISTWCMS-4223: fix default style (more important with extra styles)

parent 3ed3caf5
No related branches found
No related tags found
1 merge request!16istwcms-4223: more column widths
......@@ -19,7 +19,7 @@ function uw_cfg_common_form_layout_builder_configure_section_alter(array &$form,
unset($form['layout_builder_style']['#empty_option']);
// Ensuring that the contained width is selected by default.
$form['layout_builder_style']['#default_value'] = $form['layout_builder_style']['#default_value'] ?: 'uw-contained-width';
$form['layout_builder_style']['#default_value'] = $form['layout_builder_style']['#default_value'] ?: 'uw_lbs_contained_width';
}
/**
......
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