add: reactify payments settings feature flag (#49966)

This commit is contained in:
RJ 2024-07-25 12:48:34 +08:00 committed by GitHub
parent 234f5d7e49
commit 0a48da3135
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 14 additions and 2 deletions

View File

@ -59,6 +59,7 @@ declare global {
'shipping-smart-defaults': boolean;
'shipping-setting-tour': boolean;
'launch-your-store': boolean;
'reactify-classic-payments-settings': boolean;
};
wp: {
updates?: {

View File

@ -0,0 +1,4 @@
Significance: patch
Type: add
Add reactify-classic-payments-settings feature flag

View File

@ -110,6 +110,7 @@
'launch-your-store',
'minified-js',
'product-custom-fields',
'reactify-classic-payments-settings',
'settings',
];

View File

@ -0,0 +1,4 @@
Significance: patch
Type: add
Add reactify-classic-payments-settings feature flag

View File

@ -36,6 +36,7 @@
"wc-pay-welcome-page": true,
"async-product-editor-category-field": false,
"launch-your-store": true,
"product-editor-template-system": false
"product-editor-template-system": false,
"reactify-classic-payments-settings": false
}
}

View File

@ -36,6 +36,7 @@
"wc-pay-welcome-page": true,
"async-product-editor-category-field": true,
"launch-your-store": true,
"product-editor-template-system": false
"product-editor-template-system": false,
"reactify-classic-payments-settings": false
}
}