Enable "Custom Fields" feature flag for by default (#46832)
* Enable "product-custom-fields" * Add changelog
This commit is contained in:
parent
b3e7c62914
commit
eab9d115d4
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Enable "Custom Fields" feature flag for by default #46832
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue