aoepeople / aoe_templatehints
为 Magento 提供的高级模板提示
v0.4.4
2017-03-23 15:56 UTC
Requires
Replaces
- aoemedia/aoe_templatehints: *
- fbrnc/aoe_templatehints: *
This package is not auto-updated.
Last update: 2024-09-14 16:39:54 UTC
README
http://fbrnc.net/blog/2012/10/magento-advanced-template-hints-20
Aoe_TemplateHints 通过为每个块添加更多信息扩展了默认的 Magento "模板提示" 开发功能
- 显示所有块(而不仅仅是继承自 Mage_Core_Block_Template 的块),
- 显示块的缓存状态(已缓存、未缓存或嵌套在已缓存的块中),
- 根据块类型添加更多有用的数据(例如模板文件或 CMS 块 ID - 请参考原始博客文章),
- 清理模板提示的视觉外观,
- 可以在不更改后端配置设置的情况下触发
- ...而且使用起来更有趣 :)
要显示模板提示,只需在安装此模块后向商店 URL 添加 ?ath=1
。(并确保请求 IP 在 dev/restrict/allow_ips 中允许)
请确保在上线前卸载/停用此模块!
PHPStorm 支持
安装 "Remote Call" 插件