Add other hooks to hello world plugin

This commit is contained in:
Chocobozzz
2020-08-21 14:45:18 +02:00
parent 76bd650ad0
commit 47a4d19252
4 changed files with 67 additions and 0 deletions

View File

@ -36,6 +36,14 @@
{
"script": "client/login-client-plugin.js",
"scopes": [ "login" ]
},
{
"script": "client/embed-client-plugin.js",
"scopes": [ "embed" ]
},
{
"script": "client/video-edit-client-plugin.js",
"scopes": [ "video-edit" ]
}
],
"translations": {