Configure - mithra62/ee_debug_toolbar GitHub Wiki

Basic Configuration

You can choose a different theme from the Extension Settings area. Go to the Extensions page and click on Settings for Debug Toolbar.

Theme

Select the theme you want the Toolbar to use. EEDT ships with 3 themes (Default, Bootstrap, and Hot Dog Stand).

Toolbar Position

Where do you want the toolbar to appear on the page? (Top Left, Bottom Left, Top Right, Bottom Right)

Config Overrides

You can also use Config Overrides to set the settings for the toolbar.

The convention for Focus Lab LLC Master Config:

<?php
$env_config['eedt']['theme'] = 'default';

or

<?php
$env_config['eedt']['theme'] = 'bootstrap';

The convention for EE Config:

<?php
$config['eedt']['theme'] = 'default';

or

<?php
$config['eedt']['theme'] = 'bootstrap';