Enable template path hint in admin pages - Magento

后端 未结 9 1131
时光取名叫无心
时光取名叫无心 2020-12-07 16:18

I want to enable template path hints in admin panel. I know how to do it for the front end, but for back end?? I actually want to edit the admin panel .

Thanks in a

9条回答
  •  暖寄归人
    2020-12-07 16:46

    I know it's late but you can do it easily this way: Just change settings in the configuration file www/app/code/core/Mage/Core/etc/system.xml

    Set sections>dev>debug>fields>template_hints>show_in_default to 1 and set sections>dev>debug>fields>template_hints_blocks>show_in_default to 1 too

提交回复
热议问题