Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit b3fae0fd authored by escuriola's avatar escuriola
Browse files

OEL-1147: Add neutral variant in component library settings.

parent c9968551
No related branches found
No related tags found
1 merge request!81OEL-1147 - Footer
......@@ -111,7 +111,7 @@ function oe_whitelabel_form_system_theme_settings_alter(&$form, FormStateInterfa
'ec' => t('European Commission'),
'eu' => t('European Union'),
],
'#default_value' => theme_get_setting('component_library'),
'#default_value' => theme_get_setting('component_library') ?? 'eu',
'#description' => t('Choose "European Commission" for websites hosted under the ec.europa.eu domain and "European Union" for websites hosted under the europa.eu domain.'),
];
$form['header_style'] = [
......
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