Advertising sustains the DA. Ads are hidden for members. Join today

Contributed module documentation

Feature Toggle

From Wikipedia

A feature toggle, (also feature switch, feature flag, feature flipper, conditional feature, etc.) is a technique in software development that attempts to provide an alternative to maintaining multiple source-code branches (known as feature branches).

http://en.wikipedia.org/wiki/Feature_toggle

Feature Toggle module gives non developers ability to show or hide features created & deployed by developers.

Getting started

How to install and enable Feature Toggle via Composer or usual interface.

Managing features

How to create and modify the status of the system features.

Access to features

How to read the status of features to proceed accordingly.

Reacting to changes

How to react to feature changes to modify site behavior.

Guide maintainers

plopesc's picture