2016-06-12 3 views

답변

0

등 /은을 Module.xml

<?xml version="1.0"?> 
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> 
     <module name="Tagalys_MerchandisingPage" setup_version="0.1.0"> 
     </module> 
</config> 

아래와 같이 정의 될 수 registration.php은 아래와 같다 :

<?php 
\Magento\Framework\Component\ComponentRegistrar::register(
    \Magento\Framework\Component\ComponentRegistrar::MODULE, 
    'Tagalys_MerchandisingPage', 
    __DIR__ 
); 
관련 문제