- This module wraps each block in comment tags containing information about the block.
- Shows block info in page source: block name, block template file, specific CMS block data, other data
- Shows the list of layout update handles for the current page
This allows the developer to quickly identify blocks and find the associated templates and data. It doesn't work as the template hints. All the information is contained inside the HTML which you can inspect with the browser. If you are using Firebug, don't forget to set it to show comments. See screenshots.
It works with C.E. and E.E.
Demo here: http://mce.dev.thedt.com/ (see page source).
Releases (6)
Date | Version | Notes |
---|---|---|
2015-12-11 | 1.0.2 | Cleaning code. |
2015-03-14 | 1.0.1 | New functionality.
|
2014-10-11 | 0.0.5 | Code refactoring. |
2014-06-30 | 0.0.3 | This extension was made for my personal use.
|
2014-06-20 | 0.0.2 | Display block data:
Easy inspect block parte/children. |
2014-06-17 | 0.0.1 | This extension was made for my personal use.
|