-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathuangme.xml
29 lines (29 loc) · 1.88 KB
/
uangme.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>
<include xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_include.xsd">
<group id="uangme" translate="label" type="text" sortOrder="160" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Uangme</label>
<field id="active" translate="label comment" sortOrder="1" type="select" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Enable</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<config_path>payment/uangme/active</config_path>
</field>
<field id="title" translate="label" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Title</label>
<config_path>payment/uangme/title</config_path>
</field>
<field id="description" translate="label" type="textarea" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Description</label>
<config_path>payment/uangme/description</config_path>
</field>
<field id="min_order_total" translate="label" type="text" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Minimum Order Total</label>
<frontend_class>validate-zero-or-greater</frontend_class>
<config_path>payment/uangme/min_order_total</config_path>
</field>
<field id="max_order_total" translate="label" type="text" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Maximum Order Total</label>
<frontend_class>validate-zero-or-greater</frontend_class>
<config_path>payment/uangme/max_order_total</config_path>
</field>
</group>
</include>