mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 06:22:53 +00:00
committed by
Rainer Killinger
parent
26f3f4620b
commit
b74e056826
@@ -52,6 +52,19 @@ const config: Partial<SCConfigFile> = {
|
|||||||
icon: 'menu',
|
icon: 'menu',
|
||||||
id: 'main',
|
id: 'main',
|
||||||
items: [
|
items: [
|
||||||
|
{
|
||||||
|
icon: 'newspaper',
|
||||||
|
route: '/',
|
||||||
|
title: 'news',
|
||||||
|
translations: {
|
||||||
|
de: {
|
||||||
|
title: 'Aktuelles',
|
||||||
|
},
|
||||||
|
en: {
|
||||||
|
title: 'news',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: 'search',
|
icon: 'search',
|
||||||
route: '/search',
|
route: '/search',
|
||||||
@@ -144,7 +157,7 @@ const config: Partial<SCConfigFile> = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
name: 'Goethe-Uni - Goethe-Universität Frankfurt am Main',
|
name: 'Goethe-Uni',
|
||||||
privacyPolicyUrl: 'https://mobile.server.uni-frankfurt.de/_static/privacy.md',
|
privacyPolicyUrl: 'https://mobile.server.uni-frankfurt.de/_static/privacy.md',
|
||||||
settings: [
|
settings: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user