| Current Path : /var/www/clients/client3/web2/web/vendor/mageplaza/module-banner-slider/etc/adminhtml/ |
| Current File : /var/www/clients/client3/web2/web/vendor/mageplaza/module-banner-slider/etc/adminhtml/system.xml |
<?xml version="1.0"?>
<!--
/**
* Mageplaza
*
* NOTICE OF LICENSE
*
* This source file is subject to the Mageplaza.com license that is
* available through the world-wide-web at this URL:
* https://www.mageplaza.com/LICENSE.txt
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this extension to newer
* version in the future.
*
* @category Mageplaza
* @package Mageplaza_BannerSlider
* @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/)
* @license https://www.mageplaza.com/LICENSE.txt
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
<section id="mpbannerslider" translate="label" type="text" sortOrder="300" showInDefault="1" showInWebsite="1" showInStore="1">
<class>separator-top</class>
<label>Banner Slider</label>
<tab>mageplaza</tab>
<resource>Mageplaza_BannerSlider::bannerslider</resource>
<group id="general" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1">
<label>General</label>
<field id="enabled" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Enable</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<comment><![CDATA[Select <b>Yes</b> to enable this module.<br />
1. It helps to reduce abandonment cart with <a href="https://www.mageplaza.com/magento-2-one-step-checkout-extension/" target="_blank">One Step Checkout</a>. <br />
2. Magento stores see upwards of 30% revenue 💰 with AVADA. <a href="https://go.avada.io/mageplaza">Learn more</a>]]></comment>
</field>
</group>
<group id="mpbannerslider_design" translate="label" type="text" sortOrder="500" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Slider Design Configuration</label>
<field id="responsive" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Responsive</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<validate>validate-digits</validate>
</field>
<field id="item_slider" translate="label" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="0">
<label>Max Items Slider</label>
<frontend_model>Mageplaza\BannerSlider\Block\Adminhtml\Config\Field\Responsive</frontend_model>
<backend_model>Magento\Config\Model\Config\Backend\Serialized\ArraySerialized</backend_model>
<depends>
<field id="responsive">1</field>
</depends>
</field>
<field id="autoWidth" translate="label comment" type="select" sortOrder="22" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Auto Width</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<validate>validate-digits</validate>
<comment>Select Yes to use auto-width</comment>
</field>
<field id="autoHeight" translate="label comment" type="select" sortOrder="24" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Auto Height</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<validate>validate-digits</validate>
<comment>Select Yes to use auto-height</comment>
</field>
<field id="loop" translate="label comment" type="select" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Infinity Loop</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<validate>validate-digits</validate>
<comment>Select Yes to re-display the slider after it shows the last item</comment>
</field>
<field id="nav" translate="label comment" type="select" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Show Next/Prev Buttons</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<validate>validate-digits</validate>
<comment>Select Yes to display the Next/Pre buttons in the slider</comment>
</field>
<field id="dots" translate="label comment" type="select" sortOrder="70" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Show Dots Navigation</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<validate>validate-digits</validate>
<comment>Select Yes to display dots navigation of the slider</comment>
</field>
<field id="lazyLoad" translate="label comment" type="select" sortOrder="80" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Lazy Loading Images</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<validate>validate-digits</validate>
<comment>Select Yes to lazy loading images</comment>
</field>
<field id="autoplay" translate="label comment" type="select" sortOrder="90" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Autoplay</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<validate>validate-digits</validate>
<comment>Select Yes to allow auto-displaying the next products</comment>
</field>
<field id="autoplayTimeout" translate="label comment" type="text" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Autoplay Time-Out</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<validate>validate-digits</validate>
<comment>The time (ms) in which an item is auto-moved to the left</comment>
<depends>
<field id="autoplay">1</field>
</depends>
</field>
</group>
</section>
</system>
</config>