Skip to content

Commit

Permalink
Add unc activity feed support for standalone gnav (#3386)
Browse files Browse the repository at this point in the history
* Ading uncConfig for unav

* Ading uncConfig for unav

* Lint fix
  • Loading branch information
bandana147 authored Jan 7, 2025
1 parent a2443c0 commit d389752
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion libs/blocks/global-navigation/global-navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,14 @@ export const CONFIG = {
appswitcher: { name: 'app-switcher' },
notifications: {
name: 'notifications',
attributes: { notificationsConfig: { applicationContext: { appID: getConfig().unav?.uncAppId || 'adobecom' } } },
attributes: {
notificationsConfig: {
applicationContext: {
appID: getConfig().unav?.uncAppId || 'adobecom',
...getConfig().unav?.uncConfig,
},
},
},
},
help: {
name: 'help',
Expand Down

0 comments on commit d389752

Please sign in to comment.