Product Block Editor: disable the `product-editor-template-system` flag even for the dev-env (#48378)
* disable `product-editor-template-system` as default * changelog
This commit is contained in:
parent
665d45ba38
commit
4921018e5a
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: update
|
||||
|
||||
Product Block Editor: disable the `product-editor-template-system` feature flag as default, even for the development environment.
|
|
@ -35,6 +35,6 @@
|
|||
"wc-pay-welcome-page": true,
|
||||
"async-product-editor-category-field": true,
|
||||
"launch-your-store": true,
|
||||
"product-editor-template-system": true
|
||||
"product-editor-template-system": false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue