Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/symphonycms/debugdevkit

Debug DevKit for Symphony CMS
https://github.com/symphonycms/debugdevkit

symphony-cms symphony-cms-devkit symphony-cms-extension

Last synced: 11 days ago
JSON representation

Debug DevKit for Symphony CMS

Awesome Lists containing this project

README

        

# Debug Devkit

The Debug Devkit allows a developer to preview the XML of a Frontend page. It also includes the page parameters, included XSL templates and provides a navigation for other Devkit extensions (such as the Profile Devkit)

## Usage

Append `?debug` to your front-end pages when logged in to initialise this Devkit. The Debug Devkit responds to the following URL's:

- `?debug=xml`: Default view, shows a syntax highlighted XML tree of the front-end page with XPath support
- `?debug=raw`: The raw XML of the current page
- `?debug=result`: The result of the front-end page after it has been transformed with XSLT
- `?debug=params`: The parameters of the current page, both from the system and from data sources.