mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 12:02:53 +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',
|
||||
// route: '/canteen',
|
||||
// title: 'canteen',
|
||||
// translations: {
|
||||
// de: {
|
||||
// title: 'Mensa',
|
||||
// },
|
||||
// en: {
|
||||
// title: 'canteen',
|
||||
// },
|
||||
// },
|
||||
// },
|
||||
{
|
||||
icon: 'cafe',
|
||||
route: '/canteen',
|
||||
title: 'canteen',
|
||||
translations: {
|
||||
de: {
|
||||
title: 'Mensa',
|
||||
},
|
||||
en: {
|
||||
title: 'canteen',
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
name: 'main menu',
|
||||
translations: {
|
||||
|
||||
Reference in New Issue
Block a user