Apply auto-build changes

This commit is contained in:
HaveAGitGat 2023-11-27 07:30:54 +00:00 committed by github-actions[bot]
parent e725cad660
commit b7d7bdd45e
40 changed files with 84 additions and 0 deletions

View file

@ -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: '',