Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit 8e97642

Browse files
committed
Creating new for M2 extension - Begin
1 parent 14a9849 commit 8e97642

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

etc/module.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © 2016 Ihor Vansach ([email protected]). All rights reserved.
5+
* See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
6+
*
7+
* Glory to Ukraine! Glory to the heroes!
8+
*/
9+
-->
10+
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
11+
<module name="Magefan_Faq" setup_version="2.0.0">
12+
<sequence>
13+
<module name="Magento_Cms"/>
14+
</sequence>
15+
</module>
16+
</config>

registration.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
/**
3+
* Copyright © 2016 Ihor Vansach ([email protected]). All rights reserved.
4+
* See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
5+
*
6+
* Glory to Ukraine! Glory to the heroes!
7+
*/
8+
9+
\Magento\Framework\Component\ComponentRegistrar::register(
10+
\Magento\Framework\Component\ComponentRegistrar::MODULE,
11+
'Magefan_Faq',
12+
__DIR__
13+
);

0 commit comments

Comments
 (0)