How to enable path hint on magento ?

Lv.1
badge id 1 1 年会员
已加入
2022/08/10
消息
2
回应得分
0
Credits
$0
You can do it either via admin or via console command. here I am describing the step to do it via command line.

php bin/magento dev:template-hints:enable

this above is to enable.

if we required to disable, use below

php bin/magento dev:template-hints:disable

if we required to check the status, do the below

php bin/magento dev:template-hints:status

nullpro-73456_d70a384eddabf0a726d6f0fb3dfb093a.webp
 
顶部