Turn on experimental-product-tour feature flag (#33413)
* Turn on experimental-product-tour feature flag * Add changelog
This commit is contained in:
parent
12cbb87e80
commit
aac85ac301
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: update
|
||||
|
||||
Turn on experimental-product-tour feature flag
|
|
@ -7,7 +7,7 @@
|
|||
"experimental-products-task": true,
|
||||
"experimental-import-products-task": true,
|
||||
"experimental-fashion-sample-products": true,
|
||||
"experimental-product-tour": false,
|
||||
"experimental-product-tour": true,
|
||||
"homescreen": true,
|
||||
"marketing": true,
|
||||
"minified-js": false,
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"experimental-products-task": true,
|
||||
"experimental-import-products-task": true,
|
||||
"experimental-fashion-sample-products": true,
|
||||
"experimental-product-tour": false,
|
||||
"experimental-product-tour": true,
|
||||
"homescreen": true,
|
||||
"marketing": true,
|
||||
"minified-js": true,
|
||||
|
|
Loading…
Reference in New Issue