mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
Apply auto-build changes
This commit is contained in:
parent
e725cad660
commit
b7d7bdd45e
40 changed files with 84 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ var details = function () { return ({
|
|||
icon: 'faQuestion',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Variable',
|
||||
name: 'variable',
|
||||
type: 'string',
|
||||
defaultValue: '',
|
||||
|
|
@ -25,6 +26,7 @@ var details = function () { return ({
|
|||
tooltip: "Variable to check. For example , \n \n \\nExample\\n\n args.librarySettings._id\n \n \\nExample\\n\n args.inputFileObj._id\n\n \\nExample\\n\n args.userVariables.library.test\n\n \\nExample\\n\n args.userVariables.global.test\n ",
|
||||
},
|
||||
{
|
||||
label: 'Condition',
|
||||
name: 'condition',
|
||||
type: 'string',
|
||||
defaultValue: '==',
|
||||
|
|
@ -38,6 +40,7 @@ var details = function () { return ({
|
|||
tooltip: 'Check condition',
|
||||
},
|
||||
{
|
||||
label: 'Value',
|
||||
name: 'value',
|
||||
type: 'string',
|
||||
defaultValue: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue