Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 631 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 631 Bytes

Magento 2 Feature toggles

Scrutinizer Code Quality

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