Skip to content
Snippets Groups Projects

Feature/istwcms 5905 m26lebla section background options

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -358,7 +358,7 @@ function uw_cfg_common_form_layout_builder_configure_section_alter(array &$form,
'black-white-shadow' => t('Black with white shadow'),
],
'#weight' => 84,
'#default_value' => $config['layout_builder_background_image_text_color'] ?? 'black',
'#default_value' => $config['layout_builder_background_image_text_color'] ?? 'white',
'#description' => t('Make sure to select the option that provides the best contrast from the image underneath.'),
'#states' => [
'visible' => [
Loading