From 969b6c9264eefd2102cdaea3996c1b048ea3cc51 Mon Sep 17 00:00:00 2001 From: Yamila Moreno Date: Mon, 28 Sep 2020 19:06:10 +0200 Subject: [PATCH] Add taiga-contrib-slack to front config --- docker/taiga-front/conf/conf.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/taiga-front/conf/conf.json b/docker/taiga-front/conf/conf.json index 67211187..e5b762e8 100644 --- a/docker/taiga-front/conf/conf.json +++ b/docker/taiga-front/conf/conf.json @@ -17,7 +17,9 @@ "termsOfServiceUrl": null, "GDPRUrl": null, "maxUploadFileSize": null, - "contribPlugins": [], + "contribPlugins": [ + "/plugins/slack/slack.json" + ], "tagManager": { "accountId": null }, "tribeHost": null, "importers": [],