2016-06-12 7 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__ 
); 
関連する問題