This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Tweak Experimental Flag feature gating to allow for holding back from WC core. #2451
Labels
tools
Used for work on build or release tools.
type: enhancement
The issue is a request for an enhancement.
While we do currently have feature gating in place for features in the blocks plugin, it's just a binary flag. This means that anything we choose to expose on releases of the plugin, will also get release if that tag is included in WC core.
However, I can see the use case where we may want things only available in the plugin and not in what gets bundled with WC core (for instance giving the Cart and Checkout blocks some extended time in the plugin before bundling with WC core).
So this issue is for implementing improvements to the feature flag system so that we can select what "stage" a feature is (i.e. only dev, plugin only, everywhere).
The text was updated successfully, but these errors were encountered: