Add `store-alerts` feature flag
This commit is contained in:
parent
1d864c222c
commit
c304760629
|
@ -67,7 +67,7 @@ class Layout extends Component {
|
|||
<TransientNotices />
|
||||
|
||||
<div className="woocommerce-layout__primary" id="woocommerce-layout__primary">
|
||||
<StoreAlerts />
|
||||
{ window.wcAdminFeatures[ 'store-alerts' ] && <StoreAlerts /> }
|
||||
|
||||
<Notices />
|
||||
{ ! isEmbeded && (
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"activity-panels": false,
|
||||
"analytics": false,
|
||||
"dashboard": false,
|
||||
"devdocs": false
|
||||
"devdocs": false,
|
||||
"store-alerts": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"activity-panels": true,
|
||||
"analytics": true,
|
||||
"dashboard": true,
|
||||
"devdocs": true
|
||||
"devdocs": true,
|
||||
"store-alerts": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"activity-panels": false,
|
||||
"analytics": true,
|
||||
"dashboard": true,
|
||||
"devdocs": false
|
||||
"devdocs": false,
|
||||
"store-alerts": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue