Add more examples

make-only-subtitle-default
HaveAGitGat 2 years ago
parent a8d10b7d2d
commit e7c3f6c3f1

@ -22,7 +22,7 @@ var details = function () { return ({
inputUI: { inputUI: {
type: 'text', 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', name: 'condition',

@ -25,7 +25,20 @@ const details = (): IpluginDetails => ({
inputUI: { inputUI: {
type: 'text', 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', name: 'condition',

Loading…
Cancel
Save