1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Add ability to add custom css/javascript

This commit is contained in:
Chocobozzz 2018-02-22 10:22:53 +01:00
parent 6221f311de
commit 00b5556c18
No known key found for this signature in database
GPG key ID: 583A612D890159BE
15 changed files with 143 additions and 14 deletions

View file

@ -17,7 +17,11 @@ describe('Test config API validators', function () {
instance: {
name: 'PeerTube updated',
description: 'my super description',
terms: 'my super terms'
terms: 'my super terms',
customizations: {
javascript: 'alert("coucou")',
css: 'body { background-color: red; }'
}
},
cache: {
previews: {