diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-22 12:00:23 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-22 12:00:23 +0200 |
commit | 87e0b71d36ae3d8f098c2be0ab45a29c9f2854b4 (patch) | |
tree | 27a776ff5a1cab4bf976e377a734e3be5c374f25 /shared/models | |
parent | 096231d00e766c5d45e8975f4cec21c41a50ec2e (diff) | |
download | PeerTube-87e0b71d36ae3d8f098c2be0ab45a29c9f2854b4.tar.gz PeerTube-87e0b71d36ae3d8f098c2be0ab45a29c9f2854b4.tar.zst PeerTube-87e0b71d36ae3d8f098c2be0ab45a29c9f2854b4.zip |
Add go-live example for plugin form fields
Diffstat (limited to 'shared/models')
-rw-r--r-- | shared/models/plugins/register-client-form-field.model.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/models/plugins/register-client-form-field.model.ts b/shared/models/plugins/register-client-form-field.model.ts index cdcdaa181..db61dbc88 100644 --- a/shared/models/plugins/register-client-form-field.model.ts +++ b/shared/models/plugins/register-client-form-field.model.ts | |||
@@ -16,5 +16,5 @@ export type RegisterClientFormFieldOptions = { | |||
16 | } | 16 | } |
17 | 17 | ||
18 | export interface RegisterClientVideoFieldOptions { | 18 | export interface RegisterClientVideoFieldOptions { |
19 | type: 'import-url' | 'import-torrent' | 'update' | 'upload' | 19 | type: 'update' | 'upload' | 'import-url' | 'import-torrent' | 'go-live' |
20 | } | 20 | } |