This commit is contained in:
@ -50,11 +50,12 @@ const config = {
|
||||
sanitize_replacement: "-",
|
||||
},
|
||||
theme: {
|
||||
default_theme: "GCG.Dark",
|
||||
include_built_in_themes: false,
|
||||
themes: [
|
||||
GCGThemeDark,
|
||||
GCGThemeLight
|
||||
]
|
||||
],
|
||||
},
|
||||
collections: [
|
||||
SettingsCollection,
|
||||
|
@ -69,7 +69,7 @@ const MarkdownProps = {
|
||||
const DateFormat = {
|
||||
date_format: "dd.MM.yyyy",
|
||||
time_format: false,
|
||||
format: "yyyy-MM-dd'T'HH:mm:ss.SSSXXX",
|
||||
format: "yyyy-MM-dd",
|
||||
};
|
||||
|
||||
const DataObject = {
|
||||
|
@ -40,11 +40,12 @@ const config = {
|
||||
sanitize_replacement: "-",
|
||||
},
|
||||
theme: {
|
||||
default_theme: "GCG.Dark",
|
||||
include_built_in_themes: false,
|
||||
themes: [
|
||||
GCGThemeDark,
|
||||
GCGThemeLight
|
||||
]
|
||||
],
|
||||
},
|
||||
collections: [
|
||||
ChronikjahreCollection,
|
||||
|
@ -191,7 +191,8 @@
|
||||
"cschapitz",
|
||||
"bgorsler",
|
||||
"tmesse",
|
||||
"spflug"
|
||||
"spflug",
|
||||
"fberner"
|
||||
];
|
||||
if (login && !adminUsers.includes(login)) {
|
||||
alert(
|
||||
|
Reference in New Issue
Block a user