From e725cad660fa96f53db6dfec9cde7a6cd8dde624 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Mon, 27 Nov 2023 07:29:03 +0000 Subject: [PATCH] Add labels --- .../handbrake/handbrakeCustomArguments/1.0.0/index.ts | 3 +++ .../tools/checkFlowVariable/1.0.0/index.ts | 3 +++ 2 files changed, 6 insertions(+) diff --git a/FlowPluginsTs/CommunityFlowPlugins/handbrake/handbrakeCustomArguments/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/handbrake/handbrakeCustomArguments/1.0.0/index.ts index 7ed495b..76dae1d 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/handbrake/handbrakeCustomArguments/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/handbrake/handbrakeCustomArguments/1.0.0/index.ts @@ -22,6 +22,7 @@ const details = ():IpluginDetails => ({ icon: '', inputs: [ { + label: 'Custom Arguments', name: 'customArguments', type: 'string', defaultValue: '-Z "Fast 1080p30" --all-subtitles', @@ -31,6 +32,7 @@ const details = ():IpluginDetails => ({ tooltip: 'Specify HandBrake arguments', }, { + label: 'JSON Preset', name: 'jsonPreset', type: 'string', defaultValue: '', @@ -40,6 +42,7 @@ const details = ():IpluginDetails => ({ tooltip: 'Paste a HandBrake JSON preset here. Leave blank to disable.', }, { + label: 'Container', name: 'container', type: 'string', defaultValue: 'mkv', diff --git a/FlowPluginsTs/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.ts index 41afb0e..266283a 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/tools/checkFlowVariable/1.0.0/index.ts @@ -19,6 +19,7 @@ const details = (): IpluginDetails => ({ icon: 'faQuestion', inputs: [ { + label: 'Variable', name: 'variable', type: 'string', defaultValue: '', @@ -41,6 +42,7 @@ const details = (): IpluginDetails => ({ `, }, { + label: 'Condition', name: 'condition', type: 'string', defaultValue: '==', @@ -55,6 +57,7 @@ const details = (): IpluginDetails => ({ }, { + label: 'Value', name: 'value', type: 'string', defaultValue: '',