mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Add more examples
This commit is contained in:
parent
a8d10b7d2d
commit
e7c3f6c3f1
2 changed files with 15 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ var details = function () { return ({
|
|||
inputUI: {
|
||||
type: 'text',
|
||||
},
|
||||
tooltip: 'Variable to check. For example args.librarySettings._id',
|
||||
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 ",
|
||||
},
|
||||
{
|
||||
name: 'condition',
|
||||
|
|
|
|||
|
|
@ -25,7 +25,20 @@ const details = (): IpluginDetails => ({
|
|||
inputUI: {
|
||||
type: 'text',
|
||||
},
|
||||
tooltip: 'Variable to check. For example args.librarySettings._id',
|
||||
tooltip: `Variable to check. For example ,
|
||||
|
||||
\\nExample\\n
|
||||
args.librarySettings._id
|
||||
|
||||
\\nExample\\n
|
||||
args.inputFileObj._id
|
||||
|
||||
\\nExample\\n
|
||||
args.userVariables.library.test
|
||||
|
||||
\\nExample\\n
|
||||
args.userVariables.global.test
|
||||
`,
|
||||
},
|
||||
{
|
||||
name: 'condition',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue