Saturday, December 15, 2018

Magento 2 Enable Template Path Hints

1.

Enabling template path hints via Admin panel


For storefront: Store > Configuration > Advanced > Developer > Debug > Enabled Template Path Hints for Storefront > Yes.
For Admin: Store > Configuration > Advanced > Developer > Debug > Enabled Template Path Hints for Admin > Yes.
Enabling/Disabling Template Path Hints via env.php file

app/etc/env.php

In this file you can change the value template_hints_storefront and template_hints_admin.

Enabling Template Path Hints via Command Line

php bin/magento dev:template-hints:enable
php bin/magento dev:template-hints:disable
php bin/magento cache:flush

No comments:

Post a Comment