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