From ccc00cb2aac1360921b957f3ecb3be7eb55dfa1b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 23 Aug 2019 15:23:27 +0200 Subject: Add more attributes to about page --- shared/models/server/about.model.ts | 10 ++++++++++ shared/models/server/custom-config.model.ts | 10 ++++++++++ 2 files changed, 20 insertions(+) (limited to 'shared/models/server') diff --git a/shared/models/server/about.model.ts b/shared/models/server/about.model.ts index 10dff8b8f..e32ed26ee 100644 --- a/shared/models/server/about.model.ts +++ b/shared/models/server/about.model.ts @@ -4,5 +4,15 @@ export interface About { shortDescription: string description: string terms: string + + codeOfConduct: string + + moderationInformation: string + administrator: string + maintenanceLifetime: string + businessModel: string + + languages: string[] + categories: number[] } } 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 { shortDescription: string description: string terms: string + codeOfConduct: string + + moderationInformation: string + administrator: string + maintenanceLifetime: string + businessModel: string + + languages: string[] + categories: number[] + isNSFW: boolean defaultClientRoute: string defaultNSFWPolicy: NSFWPolicyType -- cgit v1.2.3