Skip to content
James Cowie edited this page Apr 12, 2016 · 3 revisions

Magento 2 Feature toggles

Magento 2 feature toggles is a small module that can be used to do dark deployments by toggling features on or off. By creating new toggles and wrapping the code with the helper method provided we can hide features from being displayed to the end user until the feature becomes enabled.

Currently the module is pre beta working towards the Milestone of Beta soon. You can read the roadmap Roadmap.

Clone this wiki locally