]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/plugins/plugin-client-scope.type.ts
Add ability to hide plugin settings
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / plugin-client-scope.type.ts
index 0c616c5edb08cc637bd31ee92ce6640da9a6d052..e188ce1003bd3cd77bddc68816e38c519af2ef58 100644 (file)
@@ -1 +1 @@
-export type PluginClientScope = 'common' | 'video-watch' | 'search'
+export type PluginClientScope = 'common' | 'video-watch' | 'search' | 'signup' | 'login' | 'embed' | 'video-edit'