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

Commit f0b2482

Browse files
committed
Set default values for config
1 parent b21fb38 commit f0b2482

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

etc/config.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © 2017 Magefan ([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:module:Magento_Store:etc/config.xsd">
11+
<default>
12+
<mffaq>
13+
<general>
14+
<enabled>1</enabled>
15+
</general>
16+
</mffaq>
17+
</default>
18+
</config>

0 commit comments

Comments
 (0)