opengento / featuretoggle
Magento module which adds Toggle Flags feature.
Installs: 141
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 24
Forks: 0
Open Issues: 0
Type:magento-module
Suggests
- magento-hackathon/magento-composer-installer: Allows to manage this package as a dependency.
This package is auto-updated.
Last update: 2024-11-29 05:27:15 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.