Enable homescreen in plugin and core. (https://github.com/woocommerce/woocommerce-admin/pull/4585)
This commit is contained in:
parent
91bd554637
commit
95534afc4b
|
@ -12,6 +12,6 @@
|
|||
"shipping-label-banner": true,
|
||||
"store-alerts": true,
|
||||
"wcpay": true,
|
||||
"homescreen": false
|
||||
"homescreen": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
"shipping-label-banner": true,
|
||||
"store-alerts": true,
|
||||
"wcpay": true,
|
||||
"homescreen": false
|
||||
"homescreen": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue