浏览文章
文章信息
Magento2 创建空白布局页面xm示例
13597
示例xml
<?xml version="1.0" encoding="UTF-8"?> <!-- /** * 文件信息 * 开发:秋风雁飞(Aiweline) * 网站:www.aiweline.com/bbs.aiweline.com * 工具:PhpStorm * 日期:2021/6/5 * 时间:12:10 * 版权:Copyright (c) 2021 AIWELINE (http://www.aiweline.com) * 描述:此文件源码由Aiweline(秋枫雁飞)开发,请勿随意修改源码! */ --> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="empty" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceContainer name="content"> <block class="Aiweline\PaymentGateway\Block\B\PayPage" name="aiweline.payment.gateway.pay.page" template="b/pay-page.phtml" /> </referenceContainer> </body> </page>