rebase on oct-10-2023

This commit is contained in:
Rachit Bhargava
2023-10-10 17:23:21 -04:00
parent d37566ffb6
commit d096058d7d
4789 changed files with 254611 additions and 307223 deletions

View File

@@ -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,
);
}
}