From 64efa321115fbbd3864fb218f7811570d3ead44b Mon Sep 17 00:00:00 2001 From: Paul Sealock Date: Wed, 15 May 2019 12:05:10 +1200 Subject: [PATCH] Feature flags: Enable customizable dash on plugin --- config/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/plugin.json b/config/plugin.json index 97c8785343e..44a303fc8d1 100644 --- a/config/plugin.json +++ b/config/plugin.json @@ -3,7 +3,7 @@ "activity-panels": true, "analytics": true, "analytics-dashboard": true, - "analytics-dashboard/customizable": false, + "analytics-dashboard/customizable": true, "devdocs": false, "onboarding": false, "store-alerts": true