msp/devtools

Installs: 489 389

Dependents: 2

Suggesters: 0

Security: 0

Stars: 213

Watchers: 15

Forks: 47

Open Issues: 14

Type:magento2-module

1.2.17 2023-03-15 10:33 UTC

README

This module is intended to be used with MageSpecialist Chrome Toolbar.

Readme and installation guide can be found here: https://github.com/magespecialist/mage-chrome-toolbar

This module is also available for Magento 1: https://github.com/magespecialist/m1-MSP_DevTools/

Installing on Magento 2:

Please refer to this page: https://github.com/magespecialist/mage-chrome-toolbar#installing-on-magento-2

Some screenshot

Theme, Controller and Global information:

1.png

Blocks / Containers information:

2.png

uiComponents information:

3.png

Profiler information:

5.png

Inspector integration

main2.png

Known Issue

When using axios always set

headers: {'X-Requested-With': 'XMLHttpRequest'}

in your request config to avoid to avoid to obtain json with appended <script> tag as described in Issue #33