opengento/featuretoggle

Magento module which adds Toggle Flags feature.

Installs: 114

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 21

Forks: 0

Open Issues: 0

Type:magento-module

1.0.0 2018-04-22 17:18 UTC

This package is auto-updated.

Last update: 2024-03-29 03:50:48 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.