diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-22 10:22:53 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-22 10:22:53 +0100 |
commit | 00b5556c182fa70dfca17c517488b8afae6257c9 (patch) | |
tree | 853ad8d85572b5b37b1956fea96a51fed211453f /config/default.yaml | |
parent | 6221f311de0eb8f2a9e7e4a77b8cb0ecbde6dfcd (diff) | |
download | PeerTube-00b5556c182fa70dfca17c517488b8afae6257c9.tar.gz PeerTube-00b5556c182fa70dfca17c517488b8afae6257c9.tar.zst PeerTube-00b5556c182fa70dfca17c517488b8afae6257c9.zip |
Add ability to add custom css/javascript
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 9c1136621..0d0e788dd 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -74,3 +74,6 @@ instance: | |||
74 | name: 'PeerTube' | 74 | name: 'PeerTube' |
75 | description: 'Welcome to this PeerTube instance!' # Support markdown | 75 | description: 'Welcome to this PeerTube instance!' # Support markdown |
76 | terms: 'No terms for now.' # Support markdown | 76 | terms: 'No terms for now.' # Support markdown |
77 | customizations: | ||
78 | javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime | ||
79 | css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime | ||