mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +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
|
@ -158,7 +158,11 @@ const CONFIG = {
|
|||
INSTANCE: {
|
||||
get NAME () { return config.get<string>('instance.name') },
|
||||
get DESCRIPTION () { return config.get<string>('instance.description') },
|
||||
get TERMS () { return config.get<string>('instance.terms') }
|
||||
get TERMS () { return config.get<string>('instance.terms') },
|
||||
CUSTOMIZATIONS: {
|
||||
get JAVASCRIPT () { return config.get<string>('instance.customizations.javascript') },
|
||||
get CSS () { return config.get<string>('instance.customizations.css') }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue