rebase on oct-10-2023
This commit is contained in:
@@ -6,8 +6,10 @@ if ( ! function_exists( 'wc_admin_get_feature_config' ) ) {
|
||||
return array(
|
||||
'activity-panels' => true,
|
||||
'analytics' => true,
|
||||
'product-block-editor' => false,
|
||||
'product-block-editor' => true,
|
||||
'coupons' => true,
|
||||
'core-profiler' => true,
|
||||
'customize-store' => false,
|
||||
'customer-effort-score-tracks' => true,
|
||||
'import-products-task' => true,
|
||||
'experimental-fashion-sample-products' => true,
|
||||
@@ -33,6 +35,7 @@ if ( ! function_exists( 'wc_admin_get_feature_config' ) ) {
|
||||
'woo-mobile-welcome' => true,
|
||||
'wc-pay-promotion' => true,
|
||||
'wc-pay-welcome-page' => true,
|
||||
'async-product-editor-category-field' => false,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user