xml 从Magento Layout中删除容器或块
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml 从Magento Layout中删除容器或块相关的知识,希望对你有一定的参考价值。
<!-- Remove container -->
<referenceContainer name="container.nanme" remove="true"/>
<!-- Example -->
<referenceContainer name="bundle.options.container" remove="true"/>
<!-- Remove block-->
<referenceBlock name="block_name" remove="true"/>
以上是关于xml 从Magento Layout中删除容器或块的主要内容,如果未能解决你的问题,请参考以下文章
Magento 从特定视图中删除 css 或 js
Magento 2 Amasty分层导航。删除当前应用的过滤器的显示
xml 来自http://stackoverflow.com/questions/3094934/magento-how-do-i-put-widgets-into-a-layout-xml
magento模板文件结构
xml 将块移动到其他容器: - Magento 2
如何使用 Magento 布局 xml 文件中的操作方法