Files Panel - mithra62/ee_debug_toolbar GitHub Wiki

The Files Panel for the Debug Toolbar (EEDT) displays various details about all the files used to create the site as well as the configured paths within ExpressionEngine for the various storage locations it uses. By default, EEDT will group the included files by the type of file it is. These groups are Third Party Add-ons, ExpressionEngine Core files, First Party Add-ons, and "Other".

Developers

To override the Files Panel use the key files with the ee_debug_toolbar_mod_panel hook.

Example

Files Panel