mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
feat: add schedule route
This commit is contained in:
committed by
Rainer Killinger
parent
e2b4b0467d
commit
785813c3fb
@@ -52,6 +52,19 @@ const config: Partial<SCConfigFile> = {
|
|||||||
icon: 'menu',
|
icon: 'menu',
|
||||||
id: 'main',
|
id: 'main',
|
||||||
items: [
|
items: [
|
||||||
|
{
|
||||||
|
icon: 'calendar',
|
||||||
|
route: '/schedule',
|
||||||
|
title: 'schedule',
|
||||||
|
translations: {
|
||||||
|
de: {
|
||||||
|
title: 'Stundenplan',
|
||||||
|
},
|
||||||
|
en: {
|
||||||
|
title: 'schedule'
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: 'newspaper',
|
icon: 'newspaper',
|
||||||
route: '/',
|
route: '/',
|
||||||
|
|||||||
Reference in New Issue
Block a user