]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/server/custom-config.model.ts
WIP plugins: load theme on client side
[github/Chocobozzz/PeerTube.git] / shared / models / server / custom-config.model.ts
index 4cc379b2a89bb93373b279ff2d53238a872271c0..a0541f5b621f17fbf8880003bb9c308907f933b3 100644 (file)
@@ -15,6 +15,10 @@ export interface CustomConfig {
     }
   }
 
+  theme: {
+    default: string
+  }
+
   services: {
     twitter: {
       username: string
@@ -62,6 +66,7 @@ export interface CustomConfig {
       '480p': boolean
       '720p': boolean
       '1080p': boolean
+      '2160p': boolean
     }
     hls: {
       enabled: boolean