Config: Enable Activity Panels and Alerts for plugin. (https://github.com/woocommerce/woocommerce-admin/pull/1920)

This commit is contained in:
Timmy Crawford 2019-03-26 16:53:15 -07:00 committed by GitHub
parent 936369befd
commit 067ae2170b
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{
"features": {
"activity-panels": false,
"activity-panels": true,
"analytics": true,
"dashboard": true,
"devdocs": false,
"store-alerts": false
"store-alerts": true
}
}