mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-10 07:50:29 -07:00
Add more examples
This commit is contained in:
parent
a8d10b7d2d
commit
e7c3f6c3f1
2 changed files with 15 additions and 2 deletions
|
|
@ -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