mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 21:12:52 +00:00
committed by
Rainer Killinger
parent
26f3f4620b
commit
b74e056826
@@ -52,6 +52,19 @@ const config: Partial<SCConfigFile> = {
|
||||
icon: 'menu',
|
||||
id: 'main',
|
||||
items: [
|
||||
{
|
||||
icon: 'newspaper',
|
||||
route: '/',
|
||||
title: 'news',
|
||||
translations: {
|
||||
de: {
|
||||
title: 'Aktuelles',
|
||||
},
|
||||
en: {
|
||||
title: 'news',
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
icon: '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',
|
||||
settings: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user