diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 25dde72c9..2826e76f8 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -90,3 +90,12 @@ instance: | |||
90 | customizations: | 90 | customizations: |
91 | javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime | 91 | javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime |
92 | css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime | 92 | css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime |
93 | |||
94 | services: | ||
95 | # Cards configuration to format video in Twitter | ||
96 | twitter: | ||
97 | username: '@Chocobozzz' # The Twitter @username the card should be attributed to | ||
98 | # If true, a video player will be embedded in the Twitter feed on PeerTube video share | ||
99 | # If false, we use an image link card that will redirect on your PeerTube instance | ||
100 | # Change it to "true", and then test on https://cards-dev.twitter.com/validator to see if you are whitelisted | ||
101 | whitelisted: false | ||