Skip to content

Commit

Permalink
Adding localnav config
Browse files Browse the repository at this point in the history
  • Loading branch information
bandana147 committed Nov 18, 2024
1 parent 62bcbce commit 6b5b174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/blocks/global-navigation/global-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,7 @@ header + .feds-localnav {
font-size: 14px;
padding: 12px 20px;
background: #F3F3F3;
text-decoration: none;
}

.feds-localnav .feds-localnav-items .feds-menu-headline {
Expand Down
1 change: 1 addition & 0 deletions libs/navigation/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export default async function loadBlock(configs, customLib) {
layout: configBlock.layout,
noBorder: configBlock.noBorder,
jarvis: configBlock.jarvis,
isLocalNav: configBlock.isLocalNav,
}),
});
configBlock.onReady?.();
Expand Down

0 comments on commit 6b5b174

Please sign in to comment.