mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-02-14 21:02:53 +00:00
refactor: remove canteen menu item until app module ready
This commit is contained in:
committed by
Rainer Killinger
parent
b74e056826
commit
570d7bac7c
@@ -91,19 +91,20 @@ const config: Partial<SCConfigFile> = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
// TODO: put back after app module is ready
|
||||||
icon: 'cafe',
|
// {
|
||||||
route: '/canteen',
|
// icon: 'cafe',
|
||||||
title: 'canteen',
|
// route: '/canteen',
|
||||||
translations: {
|
// title: 'canteen',
|
||||||
de: {
|
// translations: {
|
||||||
title: 'Mensa',
|
// de: {
|
||||||
},
|
// title: 'Mensa',
|
||||||
en: {
|
// },
|
||||||
title: 'canteen',
|
// en: {
|
||||||
},
|
// title: 'canteen',
|
||||||
},
|
// },
|
||||||
},
|
// },
|
||||||
|
// },
|
||||||
],
|
],
|
||||||
name: 'main menu',
|
name: 'main menu',
|
||||||
translations: {
|
translations: {
|
||||||
|
|||||||
Reference in New Issue
Block a user