Skip to content

Commit

Permalink
Merge pull request #144 from City-of-Helsinki/UHF-8006_remove_brandin…
Browse files Browse the repository at this point in the history
…g_navigation

UHF-8006: Removed branding navigation mentions from code
  • Loading branch information
khalima authored Jul 13, 2023
2 parents 8f31d25 + 78cbf18 commit 9f3ce9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# 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

Added better deployment error handling and support for sending Slack messages for failed deployment.

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']`.
Expand Down
1 change: 0 additions & 1 deletion public/themes/custom/hdbt_subtheme/hdbt_subtheme.theme
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
};
}
Expand Down

0 comments on commit 9f3ce9e

Please sign in to comment.