Update product editor experiment name for new release (#44014)

* Update experiment name and enable linked products

* Add changelog
This commit is contained in:
louwie17 2024-01-24 11:41:05 -04:00 committed by GitHub
parent 0ecb53f61c
commit 11aa8b6c46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 2 deletions

View File

@ -16,7 +16,7 @@ import { createNoticesFromResponse } from '../../../lib/notices';
import { getAdminSetting } from '~/utils/admin-settings';
const EXPERIMENT_NAME =
'woocommerce_product_creation_experience_add_external_and_grouped_202401_v1';
'woocommerce_product_creation_experience_linked_products_202402_v1';
export const useCreateProductByType = () => {
const { createProductFromTemplate } = useDispatch( ITEMS_STORE_NAME );

View File

@ -0,0 +1,4 @@
Significance: minor
Type: update
Update experiment name and enable linked products by default.

View File

@ -23,7 +23,7 @@
"product-virtual-downloadable": true,
"product-external-affiliate": true,
"product-grouped": true,
"product-linked": false,
"product-linked": true,
"product-pre-publish-modal": false,
"remote-inbox-notifications": true,
"remote-free-extensions": true,