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, 9 insertions, 1 deletions
diff --git a/shared/models/server/custom-config.model.ts b/shared/models/server/custom-config.model.ts index 9a6a24923..fcc29e5d7 100644 --- a/shared/models/server/custom-config.model.ts +++ b/shared/models/server/custom-config.model.ts | |||
@@ -30,8 +30,16 @@ export interface CustomConfig { | |||
30 | categories: number[] | 30 | categories: number[] |
31 | 31 | ||
32 | isNSFW: boolean | 32 | isNSFW: boolean |
33 | defaultClientRoute: string | ||
34 | defaultNSFWPolicy: NSFWPolicyType | 33 | defaultNSFWPolicy: NSFWPolicyType |
34 | |||
35 | defaultClientRoute: string | ||
36 | defaultTrendingRoute: string | ||
37 | pages: { | ||
38 | hot: { | ||
39 | enabled: boolean | ||
40 | } | ||
41 | } | ||
42 | |||
35 | customizations: { | 43 | customizations: { |
36 | javascript?: string | 44 | javascript?: string |
37 | css?: string | 45 | css?: string |