1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

Add action:admin-plugin-settings.init client hook

This commit is contained in:
Chocobozzz 2021-04-22 11:18:13 +02:00
parent 302eba0d89
commit 0ea9f463a9
No known key found for this signature in database
GPG key ID: 583A612D890159BE
5 changed files with 25 additions and 3 deletions

View file

@ -85,6 +85,10 @@ export const clientActionHookObject = {
// Fired when the registration page is being initialized
'action:signup.register.init': true,
// PeerTube >= 3.2
// Fired when the admin plugin settings page is being initialized
'action:admin-plugin-settings.init': true,
// Fired when the video upload page is being initalized
'action:video-upload.init': true,
// Fired when the video import by URL page is being initalized