26 lines
1.5 KiB
XML
26 lines
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
|
|
<system>
|
|
<tab id="soundpress" translate="label" sortOrder="1000">
|
|
<label>Sound Press</label>
|
|
</tab>
|
|
<section id="whiorders" translate="label" sortOrder="1" showInDefault="1" showInWebsite="0" showInStore="0">
|
|
<class>separator-top</class>
|
|
<label>WHI Orders</label>
|
|
<tab>soundpress</tab>
|
|
<resource>Magento_Backend::admin</resource>
|
|
<group id="api" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="0" showInStore="0">
|
|
<label>API Configuration</label>
|
|
<field id="base_url" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="0" showInStore="0">
|
|
<label>Base Url</label>
|
|
</field>
|
|
<field id="api_token" translate="label" type="password" sortOrder="1" showInDefault="1" showInWebsite="0" showInStore="0">
|
|
<label>API Token</label>
|
|
</field>
|
|
<field id="auth_test" translate="label" type="button" sortOrder="1" showInDefault="1" showInWebsite="0" showInStore="0">
|
|
<frontend_model>SoundPress\WHIOrders\Block\System\Config\TestConnection</frontend_model>
|
|
</field>
|
|
</group>
|
|
</section>
|
|
</system>
|
|
</config> |