From b47e8af91729cb70cab01a1f798a69c10ede18d3 Mon Sep 17 00:00:00 2001 From: Jonas Zohren <jonas.zohren@tu-dortmund.de> Date: Sat, 23 May 2020 09:20:51 +0200 Subject: [PATCH] Add commented out plugins to config.yml --- config.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/config.yml b/config.yml index 28512e7..f8c9f6c 100644 --- a/config.yml +++ b/config.yml @@ -43,3 +43,23 @@ plugins: - title: Sonstiges type: regular content: "" + +# - name: presence/gitlabgroup/v1 +# gitlab_url: 'https://gitlab.fachschaften.org/' +# use_as: present +# group_id: 29 +# remove_member_ids: +# - 5 + +# - name: topics/emails/zammad/v1 +# zammad_url: https://zammad.oh14.de/ +# search_query: "tags:sitzungsrelevant" +# title: "Emails" +# type: regular +# template: | +# {{#tickets}} +# - {{{from}}}: {{{subject}}} [(Ticket {{{ticket_id}}})]({{{url}}}) → Was passiert damit? +# {{/tickets}} + + + -- GitLab