From 632a1f6e75e910844396b95a840c84fe6aefebe2 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 21 Nov 2021 09:42:02 +0100 Subject: [PATCH] voc,pretalx: install plugin lower_thirds --- bundles/pretalx/items.py | 3 +++ nodes/voc/pretalx.py | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/bundles/pretalx/items.py b/bundles/pretalx/items.py index a377d2d..0eb2e8f 100644 --- a/bundles/pretalx/items.py +++ b/bundles/pretalx/items.py @@ -197,6 +197,9 @@ for plugin_name, plugin_config in node.metadata.get('pretalx/plugins', {}).items last_action, }, 'triggers': { + 'action:pretalx_migrate', + 'action:pretalx_rebuild', + 'action:pretalx_regenerate-css', 'svc_systemd:pretalx-web:restart', 'svc_systemd:pretalx-worker:restart', }, diff --git a/nodes/voc/pretalx.py b/nodes/voc/pretalx.py index cbdc0c9..7a0a2ab 100644 --- a/nodes/voc/pretalx.py +++ b/nodes/voc/pretalx.py @@ -54,6 +54,10 @@ nodes['voc.pretalx'] = { 'downstream': { 'repo': 'https://github.com/pretalx/pretalx-downstream.git', }, + 'lower_thirds': { + 'repo': 'https://github.com/Kunsi/pretalx-plugin-lower-thirds.git', + 'rev': '0.1.1', + }, 'media.ccc.de': { 'repo': 'https://github.com/pretalx/pretalx-media-ccc-de.git', },