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

@ -25,6 +25,7 @@ const details = ():IpluginDetails => ({
icon: 'faArrowRight',
inputs: [
{
label: 'Output Directory',
name: 'outputDirectory',
type: 'string',
defaultValue: '',
@ -34,6 +35,7 @@ const details = ():IpluginDetails => ({
tooltip: 'Specify ouput directory',
},
{
label: 'Keep Relative Path',
name: 'keepRelativePath',
type: 'boolean',
defaultValue: 'false',