diff --git a/src/SiteConfiguration.php b/src/SiteConfiguration.php index 561ac6d..2ac1ff2 100644 --- a/src/SiteConfiguration.php +++ b/src/SiteConfiguration.php @@ -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.'), - ]; } } diff --git a/ucb_site_configuration.info.yml b/ucb_site_configuration.info.yml index a05fd29..5fcc225 100644 --- a/ucb_site_configuration.info.yml +++ b/ucb_site_configuration.info.yml @@ -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