ez projects / dynamic_debug
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| dynamic_debug | Sebastiaan van der Vliet | stable | 0.9 | N/A |
The extension:
- gives a complete overview of available content class attributes for
a specific node;
- displays all available attributes for that specific node (using
{$node|attribute(show)});
- load the node and class information on demand only (using AJAX);
and
- displays all the information underneath a page (as part of the debug
toolbar).
Changelog
Tuesday 13 October 2009 15:54
Sebastiaan van der Vliet