1
0
Fork 0
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:
Chocobozzz 2023-03-10 10:34:25 +01:00
parent 3b2844f803
commit 085aba61c3
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 13 additions and 1 deletions

View file

@ -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,