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

Commit 7a6c887

Browse files
committed
Added system.xml file
1 parent 52d3461 commit 7a6c887

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

etc/adminhtml/system.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © 2017 Magefa ([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_Config:etc/system_file.xsd">
11+
<system>
12+
<tab id="magefan" translate="label" sortOrder="110">
13+
<label>Magefan Extensions</label>
14+
</tab>
15+
<section id="mffaq" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1">
16+
<class>separator-top</class>
17+
<label>Frequently Asked Questions</label>
18+
<tab>magefan</tab>
19+
<resource>Magefan_Faq::config_faq</resource>
20+
<group id="general" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
21+
<label>General</label>
22+
<attribute type="expanded">1</attribute>
23+
<field id="enabled" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
24+
<label>Enable Extension</label>
25+
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
26+
</field>
27+
</group>
28+
</section>
29+
</system>
30+
</config>

0 commit comments

Comments
 (0)