Enable template path hint in admin pages - Magento

后端 未结 9 1123
时光取名叫无心
时光取名叫无心 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:28

    You can enable template and block path hints in every store (including the admin store) by setting them in the Magento configuration. To do this, simply edit your module's configuration file config.xml (which gets injected into Magento's global configuration).

    To enable template and block path hints in the admin area add this to your config.xml file

    
    
        ...
    
        
            
                
                    
                        1
                        1
                    
                
            
        
    
    
    

    To disable path hints simply change to 0, or delete the node.

提交回复
热议问题