2 changed files with 18 additions and 2 deletions
@ -0,0 +1,15 @@ |
|||||
|
<?xml version="1.0"?> |
||||
|
<!-- |
||||
|
/** |
||||
|
* Copyright © 2013-2017 Magento, Inc. All rights reserved. |
||||
|
* See COPYING.txt for license details. |
||||
|
*/ |
||||
|
--> |
||||
|
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> |
||||
|
<body> |
||||
|
<referenceContainer name="content"> |
||||
|
<block class="Magento\Cms\Block\Page" name="cms_page"/> |
||||
|
<block class="Magento\Framework\View\Element\Template" name="yumdap.productheight" template="Yumdap_ProductHeight::productheight.phtml" /> |
||||
|
</referenceContainer> |
||||
|
</body> |
||||
|
</page> |
Loading…
Reference in new issue