Magento2 Template Path Hints – How to Find and Enable

magento2templatetemplate-hints

Just started playing about with Magento 2.

Can anyone tell me where I can find the "Template Path Hints" option that used to be in System > Configuration > Developer > Debug?

Best Answer

You can only see some settings in developer mode. So first of all check that you are in developer mode, if not then run this command php bin/magento deploy:mode:set developer in root directory.

Then go to admin panel:

For Front End:

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

Related Topic