From 78cbf1820d6981532cbcfd60586f1977349f91c6 Mon Sep 17 00:00:00 2001 From: Tero Elonen Date: Thu, 6 Jul 2023 16:50:12 +0300 Subject: [PATCH] Removed branding navigationmentions from code --- CHANGELOG.md | 12 ++++++++---- .../themes/custom/hdbt_subtheme/hdbt_subtheme.theme | 1 - 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99ac92bf..29ff68e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,8 @@ # Changelog -## 2023-05-23.1 +## 2023-07-06.1 -Added project specific `make` commands and documentation how to use `node` container to build local assets. - -See [Building assets](/documentation/build-assets.md) for more information. +Removed branding navigation configuration as it is deprecated and not used any more. ## 2023-05-24.1 @@ -12,6 +10,12 @@ Added better deployment error handling and support for sending Slack messages fo See [OpenShift](/documentation/openshift.md#handling-failures) documentation for more information. +## 2023-05-23.1 + +Added project specific `make` commands and documentation how to use `node` container to build local assets. + +See [Building assets](/documentation/build-assets.md) for more information. + ## 2023-03-28.1 Scheduler cron key is now read from `DRUPAL_SCHEDULER_CRON_KEY` environment variable when set, and will fall back to `$settings['hash_salt']`. diff --git a/public/themes/custom/hdbt_subtheme/hdbt_subtheme.theme b/public/themes/custom/hdbt_subtheme/hdbt_subtheme.theme index 19eecbaf..d8d51c9f 100644 --- a/public/themes/custom/hdbt_subtheme/hdbt_subtheme.theme +++ b/public/themes/custom/hdbt_subtheme/hdbt_subtheme.theme @@ -37,7 +37,6 @@ function hdbt_subtheme_theme_suggestions_menu_alter(&$suggestions, $variables) { 'mobile_navigation' => 'menu__mobile', 'mainnavigation' => 'menu__main__desktop', 'main_navigation_level_2' => 'menu__main__sidebar', - 'brandingnavigation' => 'menu__main__branding', default => 'menu__' . $variables['attributes']['block_id'], }; }