From 87e0b71d36ae3d8f098c2be0ab45a29c9f2854b4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 22 Apr 2021 12:00:23 +0200 Subject: Add go-live example for plugin form fields --- support/doc/plugins/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support') diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md index a90f8e72b..ca951c781 100644 --- a/support/doc/plugins/guide.md +++ b/support/doc/plugins/guide.md @@ -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 }) } } -- cgit v1.2.3