diff options
Diffstat (limited to 'shared/models/server/custom-config.model.ts')
-rw-r--r-- | shared/models/server/custom-config.model.ts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shared/models/server/custom-config.model.ts b/shared/models/server/custom-config.model.ts index 1073ba32c..0c331a820 100644 --- a/shared/models/server/custom-config.model.ts +++ b/shared/models/server/custom-config.model.ts | |||
@@ -6,6 +6,16 @@ export interface CustomConfig { | |||
6 | shortDescription: string | 6 | shortDescription: string |
7 | description: string | 7 | description: string |
8 | terms: string | 8 | terms: string |
9 | codeOfConduct: string | ||
10 | |||
11 | moderationInformation: string | ||
12 | administrator: string | ||
13 | maintenanceLifetime: string | ||
14 | businessModel: string | ||
15 | |||
16 | languages: string[] | ||
17 | categories: number[] | ||
18 | |||
9 | isNSFW: boolean | 19 | isNSFW: boolean |
10 | defaultClientRoute: string | 20 | defaultClientRoute: string |
11 | defaultNSFWPolicy: NSFWPolicyType | 21 | defaultNSFWPolicy: NSFWPolicyType |