【发布时间】:2018-06-25 02:34:36
【问题描述】:
我知道如何使用“布局更新 XML”选项在 Magento 1 CMS 页面中添加自定义元标记。
<reference name="head">
<block type="core/text" name="custommeta">
<action method="setText">
<text>
<![CDATA[<meta data-customid="customid_meta_1" />]]>
</text>
</action>
</block>
</reference>
如何使用选项“布局更新 XML”以相同的方式为 Magento 2 中的特定 CMS 页面添加元标记
<meta data-customid="customid_meta_1" />
【问题讨论】:
标签: xml magento2 magento2.1