Enable "Custom Fields" feature flag for by default (#46832)

* Enable "product-custom-fields"

* Add changelog
This commit is contained in:
Fernando Marichal 2024-04-24 03:12:06 -03:00 committed by GitHub
parent b3e7c62914
commit eab9d115d4
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: minor
Type: dev
Enable "Custom Fields" feature flag for by default #46832

View File

@ -25,7 +25,7 @@
"product-grouped": true, "product-grouped": true,
"product-linked": true, "product-linked": true,
"product-pre-publish-modal": true, "product-pre-publish-modal": true,
"product-custom-fields": false, "product-custom-fields": true,
"remote-inbox-notifications": true, "remote-inbox-notifications": true,
"remote-free-extensions": true, "remote-free-extensions": true,
"payment-gateway-suggestions": true, "payment-gateway-suggestions": true,