Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions src/SiteConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -363,18 +363,6 @@ public function buildThemeSettingsForm(array &$form, FormStateInterface &$form_s
'#default_value' => theme_get_setting('ucb_homepage_header', $themeName),
'#description' => $this->t('Check this box if you would like to hide the header. This is meant for the CU Homepage layout only.'),
];
$form['advanced']['ucb_secondary_menu_default_links'] = [
'#type' => 'checkbox',
'#title' => $this->t('Display the standard Boulder secondary menu in the header navigation region.'),
'#default_value' => theme_get_setting('ucb_secondary_menu_default_links', $themeName),
'#description' => $this->t('Check this box if you would like to display the default Boulder secondary menu links in the header.'),
];
$form['advanced']['ucb_footer_menu_default_links'] = [
'#type' => 'checkbox',
'#title' => $this->t('Display the standard Boulder menus in the footer region.'),
'#default_value' => theme_get_setting('ucb_footer_menu_default_links', $themeName),
'#description' => $this->t('Check this box if you would like to display the default Boulder footer menu links in the footer.'),
];
}
}

Expand Down
2 changes: 1 addition & 1 deletion ucb_site_configuration.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CU Boulder Site Configuration
description: 'Allows CU Boulder site administrators to configure site-specific settings.'
core_version_requirement: ^9 || ^10
type: module
version: '2.10'
version: '2.11'
package: CU Boulder
dependencies:
- block
Expand Down
Loading