jcowie / feature-toggle
This module provides support for Feature Toggles within Magento 2
Package info
github.com/jamescowie/Magento2-FeatureToggles
Type:magento2-module
pkg:composer/jcowie/feature-toggle
dev-master
2016-04-12 13:39 UTC
This package is not auto-updated.
Last update: 2026-03-07 01:18:36 UTC
README
Overview
This module provides support for Feature Toggles within Magento 2. Martin Fowler describes the benefits of feature toggles and how they can be used in continues delivery.
Features
- Admin grid to create many feature toggles
- Basic On / Off functionality
ToDo
- Implement conditions
- Helper for the frontend
- Code tidy