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": [],