diff options
author | Chocobozzz <me@florianbigard.com> | 2019-08-23 15:23:27 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-09-05 10:17:02 +0200 |
commit | ccc00cb2aac1360921b957f3ecb3be7eb55dfa1b (patch) | |
tree | 364e1beecb1db90af60f23bbb5219ff2f964cc0d /server/tests/api/check-params | |
parent | 2ba613a5438f993c3874376dd79be9d460ea81d1 (diff) | |
download | PeerTube-ccc00cb2aac1360921b957f3ecb3be7eb55dfa1b.tar.gz PeerTube-ccc00cb2aac1360921b957f3ecb3be7eb55dfa1b.tar.zst PeerTube-ccc00cb2aac1360921b957f3ecb3be7eb55dfa1b.zip |
Add more attributes to about page
Diffstat (limited to 'server/tests/api/check-params')
-rw-r--r-- | server/tests/api/check-params/config.ts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/server/tests/api/check-params/config.ts b/server/tests/api/check-params/config.ts index 1221735c5..f716dc673 100644 --- a/server/tests/api/check-params/config.ts +++ b/server/tests/api/check-params/config.ts | |||
@@ -27,6 +27,16 @@ describe('Test config API validators', function () { | |||
27 | shortDescription: 'my short description', | 27 | shortDescription: 'my short description', |
28 | description: 'my super description', | 28 | description: 'my super description', |
29 | terms: 'my super terms', | 29 | terms: 'my super terms', |
30 | codeOfConduct: 'my super coc', | ||
31 | |||
32 | moderationInformation: 'my super moderation information', | ||
33 | administrator: 'Kuja', | ||
34 | maintenanceLifetime: 'forever', | ||
35 | businessModel: 'my super business model', | ||
36 | |||
37 | languages: [ 'en', 'es' ], | ||
38 | categories: [ 1, 2 ], | ||
39 | |||
30 | isNSFW: true, | 40 | isNSFW: true, |
31 | defaultClientRoute: '/videos/recently-added', | 41 | defaultClientRoute: '/videos/recently-added', |
32 | defaultNSFWPolicy: 'blur', | 42 | defaultNSFWPolicy: 'blur', |