diff options
Diffstat (limited to 'shared/extra-utils')
-rw-r--r-- | shared/extra-utils/server/config.ts | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/shared/extra-utils/server/config.ts b/shared/extra-utils/server/config.ts index f7c488c0b..5152ec693 100644 --- a/shared/extra-utils/server/config.ts +++ b/shared/extra-utils/server/config.ts | |||
@@ -65,9 +65,17 @@ function updateCustomSubConfig (url: string, token: string, newConfig: DeepParti | |||
65 | languages: [ 'en', 'es' ], | 65 | languages: [ 'en', 'es' ], |
66 | categories: [ 1, 2 ], | 66 | categories: [ 1, 2 ], |
67 | 67 | ||
68 | defaultClientRoute: '/videos/recently-added', | ||
69 | isNSFW: true, | 68 | isNSFW: true, |
70 | defaultNSFWPolicy: 'blur', | 69 | defaultNSFWPolicy: 'blur', |
70 | |||
71 | defaultClientRoute: '/videos/recently-added', | ||
72 | defaultTrendingRoute: '/videos/trending', | ||
73 | pages: { | ||
74 | hot: { | ||
75 | enabled: true | ||
76 | } | ||
77 | }, | ||
78 | |||
71 | customizations: { | 79 | customizations: { |
72 | javascript: 'alert("coucou")', | 80 | javascript: 'alert("coucou")', |
73 | css: 'body { background-color: red; }' | 81 | css: 'body { background-color: red; }' |