'fieldset', '#title' => t('Olivero Utilities'), ]; $form['olivero_settings']['olivero_utilities']['mobile_menu_all_widths'] = [ '#type' => 'checkbox', '#title' => t('Enable mobile menu at all widths'), '#default_value' => theme_get_setting('mobile_menu_all_widths'), '#description' => t('Enables the mobile menu toggle at all widths.'), ]; $form['olivero_settings']['olivero_utilities']['site_branding_bg_color'] = [ '#type' => 'select', '#title' => t('Header site branding background color'), '#options' => [ 'default' => t('Primary Branding Color'), 'gray' => t('Gray'), 'white' => t('White'), ], '#default_value' => theme_get_setting('site_branding_bg_color'), ]; }