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
8
shared/models/config/customization.model.ts
Normal file
8
shared/models/config/customization.model.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
export interface Customization {
|
||||
instance: {
|
||||
customization: {
|
||||
javascript: string
|
||||
css: string
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue