opengento / featuretoggle
Magento module which adds Toggle Flags feature.
Package info
github.com/opengento/feature-toggle
Type:magento-module
pkg:composer/opengento/featuretoggle
1.0.0
2018-04-22 17:18 UTC
Requires
None
Requires (Dev)
None
Suggests
- magento-hackathon/magento-composer-installer: Allows to manage this package as a dependency.
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-29 01:56:24 UTC
README
by Opengento See Magento 2 Module Version.
How to use ?
- Add your custom feature inside feature.xml file, in your Module/feature.xml (see the features.xml.template format example on this module)
- Use your feature ID on your layout, only for the block or action, thanks to the toggle propriety :
<block type="page/html_topmenu" name="catalog.topnav" toggle="feature_id" template="page/html/topmenu.phtml"/>
- Or, you can use helper function
showFeature($featureId)
Maintainers
See Contributors list.