Add labels

This commit is contained in:
HaveAGitGat 2023-11-27 07:26:15 +00:00
parent 8c8ef277df
commit ae0ff14bf0
39 changed files with 79 additions and 1 deletions

View file

@ -22,6 +22,7 @@ const details = (): IpluginDetails => ({
icon: '',
inputs: [
{
label: 'File Access Checks',
name: 'fileAccessChecks',
type: 'boolean',
defaultValue: 'false',
@ -35,6 +36,7 @@ const details = (): IpluginDetails => ({
tooltip: 'Will check if input file and cache are readable and writable',
},
{
label: 'Pause Node If Access Checks Fail',
name: 'pauseNodeIfAccessChecksFail',
type: 'boolean',
defaultValue: 'false',