From 389571a1e35746b36de4f1b4e568b0af57c779e9 Mon Sep 17 00:00:00 2001 From: hape Date: Sat, 21 Nov 2020 13:45:31 +0100 Subject: [PATCH] =?UTF-8?q?Dateien=20hochladen=20nach=20=E2=80=9Econsole/s?= =?UTF-8?q?lides/presets=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- console/slides/presets/config.yaml | 46 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 console/slides/presets/config.yaml diff --git a/console/slides/presets/config.yaml b/console/slides/presets/config.yaml new file mode 100644 index 0000000..3e659bd --- /dev/null +++ b/console/slides/presets/config.yaml @@ -0,0 +1,46 @@ +--- +- id: slidesCfg1 + nr: "1" + width: "1280" + height: "720" + interval: "5" + fontsize: "52" + fontfamily1: "" + fontfamily2: "" + fontfamily3: "" + fontfamily4: "" + autorun: "0" + backgroundcolor: + r: 255 + g: 255 + b: 255 + a: 0 + fontcolor: + r: 0 + g: 0 + b: 0 + a: 1 + title: Stream FX +- id: slidesCfg2 + nr: "2" + width: "1280" + height: "720" + interval: "5" + fontsize: "52" + fontfamily1: "" + fontfamily2: "" + fontfamily3: "" + fontfamily4: "" + autorun: "0" + backgroundcolor: + r: 255 + g: 255 + b: 255 + a: 1 + fontcolor: + r: 0 + g: 0 + b: 0 + a: 1 + title: Stream BG +...