有没有办法确定哪个视图创建了块?
有没有办法通过查看块源来确定哪个视图创建了块?
Is there a way to determine which view created a block by looking at the block source?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有办法通过查看块源来确定哪个视图创建了块?
Is there a way to determine which view created a block by looking at the block source?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
如果您谈论的是标记,您可以通过 id 和类来判断,默认情况下,某些 div 中包含这些标记。
If you are talking about the markup, you can tell by the ids and classes that by default is included on some of the divs.
该块是由第三方模块创建的,模板在模块本身中可用。
the block was created by a 3rd party module, template was available in the module itself.