Add options dropdown

This commit is contained in:
HaveAGitGat 2021-12-12 17:18:31 +00:00
parent e4c79d69a0
commit a9c579c0f2
3 changed files with 20 additions and 4 deletions

View file

@ -14,7 +14,11 @@ const details = () => ({
type: 'boolean',
defaultValue: false,
inputUI: {
type: 'text',
type: 'dropdown',
options: [
'false',
'true',
]
},
tooltip: `Specify if audio titles should be checked & cleaned. Optional.
\\nExample:\\n
@ -28,7 +32,11 @@ const details = () => ({
type: 'boolean',
defaultValue: false,
inputUI: {
type: 'text',
type: 'dropdown',
options: [
'false',
'true',
]
},
tooltip: `Specify if subtitle titles should be checked & cleaned. Optional.
\\nExample:\\n