19/07
2016
Adds blocks information as comments in page source.
This module wraps each block in comment tags and ads information about the block. The available information is: name and template file. This allows the developer to quickly identify blocks and find the associated templates. It doesn't work as the template hints. All the information is contained inside the HTLM which you can inspect with the browser. If you are using Firebug, don't forget to set it to show comments., (*3)
In the root of your project: * composer require razvan/module-devtools * php bin/magento module:enable Razvan_DevTools * php bin/magento setup:upgrade, (*4)