mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Add action:video-edit.form.updated hook
This commit is contained in:
parent
3b2844f803
commit
085aba61c3
2 changed files with 13 additions and 1 deletions
|
@ -129,8 +129,12 @@ export const clientActionHookObject = {
|
|||
'action:video-channel-playlists.playlists.loaded': true,
|
||||
|
||||
// Fired when the video edit page (upload, URL/torrent import, update) is being initialized
|
||||
// Contains a `type` and `updateForm` object attributes
|
||||
'action:video-edit.init': true,
|
||||
|
||||
// Fired when values of the video edit form changed
|
||||
'action:video-edit.form.updated': true,
|
||||
|
||||
// Fired when the login page is being initialized
|
||||
'action:login.init': true,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue