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

@ -30,7 +30,11 @@ const details = () => ({
type: 'boolean', type: 'boolean',
defaultValue: false, defaultValue: false,
inputUI: { inputUI: {
type: 'text', type: 'dropdown',
options: [
'false',
'true',
]
}, },
tooltip: `Make the file conform to output containers requirements. tooltip: `Make the file conform to output containers requirements.
\\n Drop hdmv_pgs_subtitle/eia_608/subrip/timed_id3 for MP4. \\n Drop hdmv_pgs_subtitle/eia_608/subrip/timed_id3 for MP4.

View file

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

View file

@ -29,7 +29,11 @@ const details = () => ({
type: 'boolean', type: 'boolean',
defaultValue: false, defaultValue: false,
inputUI: { inputUI: {
type: 'text', type: 'dropdown',
options: [
'false',
'true',
]
}, },
tooltip: `Specify if subtitle tracks that contain commentary/description should be removed. tooltip: `Specify if subtitle tracks that contain commentary/description should be removed.
\\nExample:\\n \\nExample:\\n