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:
parent
302eba0d89
commit
0ea9f463a9
5 changed files with 25 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue