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:
parent
6221f311de
commit
00b5556c18
15 changed files with 143 additions and 14 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue