2017 © Pedro Peláez
 

magento-module featuretoggle

Magento module which adds Toggle Flags feature.

image

opengento/featuretoggle

Magento module which adds Toggle Flags feature.

  • Sunday, April 22, 2018
  • by jacquesbh
  • Repository
  • 19 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 700 % Grown

The README.md

Feature Toggle module for Magento 1

by Opengento See Magento 2 Module Version., (*1)

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., (*2)

The Versions

22/04 2018

dev-master

9999999-dev

Magento module which adds Toggle Flags feature.

  Sources   Download

MIT

by OpenGento Association

22/04 2018

1.0.0

1.0.0.0

Magento module which adds Toggle Flags feature.

  Sources   Download

MIT

by OpenGento Association