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:
Damián Suárez 2024-06-11 14:22:06 +01:00 committed by GitHub
parent 665d45ba38
commit 4921018e5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -35,6 +35,6 @@
"wc-pay-welcome-page": true, "wc-pay-welcome-page": true,
"async-product-editor-category-field": true, "async-product-editor-category-field": true,
"launch-your-store": true, "launch-your-store": true,
"product-editor-template-system": true "product-editor-template-system": false
} }
} }