mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-11 00:10:29 -07:00
Add labels
This commit is contained in:
parent
8c8ef277df
commit
ae0ff14bf0
39 changed files with 79 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ const details = ():IpluginDetails => ({
|
|||
icon: 'faArrowRight',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Flow ID',
|
||||
name: 'flowId',
|
||||
type: 'string',
|
||||
defaultValue: '',
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ const details = ():IpluginDetails => ({
|
|||
icon: 'faArrowRight',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Flow ID',
|
||||
name: 'flowId',
|
||||
type: 'string',
|
||||
defaultValue: '',
|
||||
|
|
@ -29,6 +30,7 @@ const details = ():IpluginDetails => ({
|
|||
tooltip: 'Specify flow ID to go to',
|
||||
},
|
||||
{
|
||||
label: 'Plugin ID',
|
||||
name: 'pluginId',
|
||||
type: 'string',
|
||||
defaultValue: 'start',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue