You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function adminlte_form_system_theme_settings_alter(array &$form, FormStateInterface $form_state): void {
$form['adminlte'] = [
'#type' => 'details',
'#title' => t('AdminLTE layout'),
'#open' => TRUE,
'#weight' => -10,
];
$form['adminlte']['default_color_mode'] = [
'#type' => 'select',
'#title' => t('Default colour mode'),
'#description' => t("Applied on a visitor's first visit. Visitors can override it with the navbar toggle; their choice is remembered in the browser."),