SmcShipcloudLive/SmcShipcloudLive/src/Resources/config/config.xml

30 lines
947 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/platform/trunk/src/Core/System/SystemConfig/Schema/config.xsd">
<card>
<title>#SmcShipcloudLive# Settings</title>
<title lang="de-DE">#SmcShipcloudLive# Einstellungen</title>
<input-field type="bool">
<name>active</name>
<label>Active</label>
<label lang="de-DE">Aktiviert</label>
</input-field>
<input-field type="text">
<name>apiKey</name>
<label>shipcloud.io API key</label>
</input-field>
<input-field type="text">
<name>sandboxApiKey</name>
<label>Sandbox shipcloud.io API key</label>
</input-field>
<input-field type="bool">
<name>useSandbox</name>
<label>Use the sandbox environment</label>
<defaultValue>true</defaultValue>
</input-field>
</card>
</config>