mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +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
|
@ -2,7 +2,11 @@ export interface ServerConfig {
|
|||
serverVersion: string
|
||||
|
||||
instance: {
|
||||
name: string
|
||||
name: string;
|
||||
customizations: {
|
||||
javascript: string
|
||||
css: string
|
||||
}
|
||||
}
|
||||
|
||||
signup: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue