Example update

make-only-subtitle-default
HaveAGitGat 6 years ago
parent fc343a8c97
commit 270f35004b

@ -16,11 +16,25 @@ module.exports.details = function details() {
Inputs: [ //(Optional) Inputs you'd like the user to enter to allow your plugin to be easily configurable from the UI
{
name: 'language',
tooltip: `Enter one language tag here for the language of the subtitles you'd like to keep. \nExample:\n eng \nExample:\n fr \nExample:\n de` //Each line following `Example:` will be clearly formatted
tooltip: `Enter one language tag here for the language of the subtitles you'd like to keep.
\\nExample:\\n
eng
\\nExample:\\n
fr
\\nExample:\\n
de` //Each line following `Example:` will be clearly formatted. \\n used for line breaks
},
{
name: 'channels',
tooltip: `Desired audio channel number. \nExample:\n 2`
tooltip: `Desired audio channel number.
\\nExample:\\n
2`
},
]

@ -16,11 +16,23 @@ module.exports.details = function details() {
Inputs: [ //(Optional) Inputs you'd like the user to enter to allow your plugin to be easily configurable from the UI
{
name: 'language',
tooltip: `Enter one language tag here for the language of the subtitles you'd like to keep. \nExample:\n eng \nExample:\n fr \nExample:\n de` //Each line following `Example:` will be clearly formatted
tooltip: `Enter one language tag here for the language of the subtitles you'd like to keep.
\\nExample:\\n
eng
\\nExample:\\n
fr
\\nExample:\\n
de` //Each line following `Example:` will be clearly formatted. \\n used for line breaks
},
{
name: 'channels',
tooltip: `Desired audio channel number. \nExample:\n 2`
tooltip: `Desired audio channel number.
\\nExample:\\n
2`
},
]

Loading…
Cancel
Save