Update product editor experiment name for new release (#44014)
* Update experiment name and enable linked products * Add changelog
This commit is contained in:
parent
0ecb53f61c
commit
11aa8b6c46
|
@ -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 );
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: update
|
||||
|
||||
Update experiment name and enable linked products by default.
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue