]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/plugins/guide.md
Add go-live example for plugin form fields
[github/Chocobozzz/PeerTube.git] / support / doc / plugins / guide.md
index a90f8e72b2e35c96a1aae4fee4cc4e6b28be17d5..ca951c781d0ed0552a1fdf98cb535793f2284041 100644 (file)
@@ -626,7 +626,7 @@ async function register ({ registerVideoField, peertubeHelpers }) {
     default: ''
   }
 
-  for (const type of [ 'upload', 'import-url', 'import-torrent', 'update' ]) {
+  for (const type of [ 'upload', 'import-url', 'import-torrent', 'update', 'go-live' ]) {
     registerVideoField(commonOptions, { type })
   }
 }