From abcb575ef0e9ff98c62d8a377d85f488872a1167 Mon Sep 17 00:00:00 2001 From: Paolo Date: Tue, 12 Jul 2022 11:02:56 +0200 Subject: [PATCH] Added swith to turn on/off the top menu of the navigation component --- public/js/components/navigation/Navigation.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/js/components/navigation/Navigation.js b/public/js/components/navigation/Navigation.js index 951de33ce..9ca2ac67a 100644 --- a/public/js/components/navigation/Navigation.js +++ b/public/js/components/navigation/Navigation.js @@ -28,7 +28,8 @@ export const CoreNavigationCmpt = { }, props: { addHeaderMenuEntries: Object, // property used to add new header menu entries from another app/component - addSideMenuEntries: Object // property used to add new side menu entries from another app/component + addSideMenuEntries: Object, // property used to add new side menu entries from another app/component + hideTopMenu: Boolean }, data() { return { @@ -105,7 +106,7 @@ export const CoreNavigationCmpt = { -