From 8c48ce0a85c9171ea86065ca55e2995abcb52df8 Mon Sep 17 00:00:00 2001 From: HaveAGitGat Date: Thu, 16 Nov 2023 07:28:51 +0000 Subject: [PATCH] Apply auto-build changes --- .../video/libraryBasicVideoOrAudioSettings.js | 62 +++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 FlowPlugins/CommunityFlowTemplates/video/libraryBasicVideoOrAudioSettings.js diff --git a/FlowPlugins/CommunityFlowTemplates/video/libraryBasicVideoOrAudioSettings.js b/FlowPlugins/CommunityFlowTemplates/video/libraryBasicVideoOrAudioSettings.js new file mode 100644 index 0000000..6d84586 --- /dev/null +++ b/FlowPlugins/CommunityFlowTemplates/video/libraryBasicVideoOrAudioSettings.js @@ -0,0 +1,62 @@ +"use strict"; +/* eslint-disable no-template-curly-in-string */ +/* eslint-disable import/prefer-default-export */ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.details = void 0; +var details = function () { return ({ + name: 'Library Basic Video or Audio Settings', + description: "Basic Video or Audio settings designed to replicate\n the Basic Video or Basic Audio settings in the library settings", + tags: '', + flowPlugins: [ + { + name: 'Input File', + sourceRepo: 'Community', + pluginName: 'inputFile', + version: '1.0.0', + id: '7jgXVq0nr', + position: { + x: 718.59375, + y: 119, + }, + }, + { + name: 'Replace Original File', + sourceRepo: 'Community', + pluginName: 'replaceOriginalFile', + version: '1.0.0', + id: 'jiZxqk6Mn', + position: { + x: 718.6406249999999, + y: 385.25, + }, + }, + { + name: 'Basic Video or Audio Settings', + sourceRepo: 'Community', + pluginName: 'basicVideoOrAudio', + version: '1.0.0', + id: '1Ic5EqipX', + position: { + x: 718.640625, + y: 255.75, + }, + }, + ], + flowEdges: [ + { + source: '7jgXVq0nr', + sourceHandle: '1', + target: '1Ic5EqipX', + targetHandle: null, + id: 'kSxxYNCmG', + }, + { + source: '1Ic5EqipX', + sourceHandle: '1', + target: 'jiZxqk6Mn', + targetHandle: null, + id: 'CNPsr76ct', + }, + ], +}); }; +exports.details = details;