espressobytes/debug-hints

Debug Hints for Magento 2

Installs: 556

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

v1.1.3 2020-05-19 14:14 UTC

This package is auto-updated.

Last update: 2024-04-27 23:47:24 UTC


README

Overview

A simple Magento 2 module to show block and template names on the output html.

If the module is enabled, comments are integrated in the html-output at the start and the end of each block:

<!-- Start Template: /path/to/template.phtml (BlockClass: Vendor\Namespace\Block\Class) -->

    ... html content of block and template ...

<!-- End Template: /path/to/template.phtml -->

Installation

composer require espressobytes/debug-hints --dev

bin/magento module:enable Espressobytes_DebugHints

bin/magento setup:up

php bin/magento cache:clean

Configuration

  • In Admin navigate to: Stores > Configuration > Espressobytes Modules > Debug Hints
  • Set Show Frontend Hints to Yes, if you want to show template names in frontend
  • Set Show Adminhtml Hints to Yes, if you want to show template names in adminhtml

Changelog

v1.1.1: Support for blocks and templates in Adminhtml, show layout-names of blocks