Add short description in config

This commit is contained in:
Chocobozzz
2018-03-15 14:31:08 +01:00
parent 44a9a76e29
commit 2e3a0215d0
19 changed files with 59 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
export interface About {
instance: {
name: string
shortDescription: string
description: string
terms: string
}

View File

@@ -1,6 +1,7 @@
export interface CustomConfig {
instance: {
name: string
shortDescription: string
description: string
terms: string
defaultClientRoute: string

View File

@@ -1,8 +0,0 @@
export interface Customization {
instance: {
customization: {
javascript: string
css: string
}
}
}

View File

@@ -3,6 +3,7 @@ export interface ServerConfig {
instance: {
name: string
shortDescription: string
defaultClientRoute: string
customizations: {
javascript: string