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 2ca32d49 authored by Nicolas's avatar Nicolas
Browse files

Définition du paramétrage du pattern et mise en place des valeurs par défaut

parent 9d2b2ef6
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="importimagesproduct" translate="label" sortOrder="15" showInDefault="1" showInWebsite="1" showInStore="1">
<class>separator-top</class>
<label>Import Images Product</label>
<tab>nicolasbejean</tab>
<resource>NicolasBejean_Importer::base</resource>
<group id="pattern" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
<label>File Pattern</label>
<field id="delimiter" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Delimiter</label>
<comment>Default value : "_"</comment>
</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>
<importimagesproduct>
<pattern>
<delimiter>_</delimiter>
</pattern>
</importimagesproduct>
</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