diff --git a/docs/contents/articles/015-sidebar/index.md b/docs/contents/articles/015-sidebar/index.md index 789f878f..580b47bf 100644 --- a/docs/contents/articles/015-sidebar/index.md +++ b/docs/contents/articles/015-sidebar/index.md @@ -34,7 +34,8 @@ All menu items are located inside the `src/app/app.routes.ts` file. Each route i icon: 'ion-android-home', // menu icon selected: false, // selected or not expanded: false, // expanded or not (if item has children) - order: 0 // item order in the menu list + order: 0, // item order in the menu list, + hidden: true // hide menu item from a list but keep related features (breadcrums, page title) } } } diff --git a/src/app/theme/components/baMenu/components/baMenuItem/baMenuItem.html b/src/app/theme/components/baMenu/components/baMenuItem/baMenuItem.html index 7f009ab3..ad5ce118 100644 --- a/src/app/theme/components/baMenu/components/baMenuItem/baMenuItem.html +++ b/src/app/theme/components/baMenu/components/baMenuItem/baMenuItem.html @@ -1,4 +1,4 @@ -