Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit d83ead2e authored by Nicolas's avatar Nicolas
Browse files

Mise en place de la configuration

parent 6b62a97f
No related branches found
No related tags found
No related merge requests found
<?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>
<section id="nicolasbejeansales" translate="label" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
<class>separator-top</class>
<label>Sales</label>
<tab>nicolasbejean</tab>
<resource>NicolasBejean_Sales::global</resource>
<group id="general" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Export Settings</label>
<field id="sending_limit" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Limit per cron run</label>
<comment>Limit how many entities (orders/shipments/etc) will be processed during one cron run.</comment>
<validate>required-number validate-number validate-greater-than-zero</validate>
</field>
</group>
</section>
</system>
</config>
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
<default>
<nicolasbejeansales>
<general>
<sending_limit>50</sending_limit>
</general>
</nicolasbejeansales>
</default>
</config>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment