Example update

This commit is contained in:
HaveAGitGat 2020-02-07 19:35:53 +00:00
parent fc343a8c97
commit 270f35004b
2 changed files with 30 additions and 4 deletions

View file

@ -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`
},
]

View file

@ -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`
},
]