Enable Template Path Hints in Magento 2
Are you looking for How to Enable Template Path Hints in Magento 2? So you are in the right place. In this post we are going to help you show to enable template path hints for frontend and admin from Magento admin pannel also.
To Enable Template Path Hints in Magento 2
Enable Template Path Hints in Admin Configuration
To Enabled Template Path Hints for Storefront
3 Steps to Enable template path hints in Magento 2
- Step 1: Go to admin panel
- Step 2: Choose
Store > Configuration > Advanced > Developer > Debug > Enabled Template Path Hints for Storefront - Step 3: Click
Yesto Enabled Template Path Hints
Enabled Template Path Hints for Admin
Go to the admin panel:
Store > Configuration > Advanced > Developer > Debug > Enabled Template Path Hints for Admin > Yes
Enable Template Path Hints Command Line
8/2016
At this moment, there may be no command line to enable or disable Template Path hint via command line (Default Magento 2 Command line).
Let’s wait for the next Magento update or the external module.
Updated 1/2018
Now you can enable or disable Template path hints via Command Line Go to Magento 2 root folder and run the following command:
Enable
php bin/magento dev:template-hints:enable
Disable
php bin/magento dev:template-hints:disable
Flush cache if any.