Skip to content

Commit 2104743

Browse files
authored
Merge pull request #73 from mageplaza/develop
Develop
2 parents a0139ac + b5364dd commit 2104743

File tree

5 files changed

+12
-23
lines changed

5 files changed

+12
-23
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"mageplaza/module-core": "^1.4.5"
66
},
77
"type": "magento2-module",
8-
"version": "2.0.6",
8+
"version": "2.0.7",
99
"license": "proprietary",
1010
"authors": [
1111
{

etc/adminhtml/menu.xml

+1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
<menu>
2525
<add id="Mageplaza_Productslider::productslider" title="Product Sliders" module="Mageplaza_Productslider" sortOrder="100" resource="Mageplaza_Productslider::productslider" parent="Magento_Backend::content"/>
2626
<add id="Mageplaza_Productslider::slider" title="Manage Sliders" module="Mageplaza_Productslider" sortOrder="20" parent="Mageplaza_Productslider::productslider" action="mpproductslider/slider/index" resource="Mageplaza_Productslider::slider"/>
27+
<add id="Mageplaza_Productslider::configuration" title="Configuration" module="Mageplaza_Productslider" sortOrder="30" parent="Mageplaza_Productslider::productslider" action="adminhtml/system_config/edit/section/productslider" resource="Mageplaza_Productslider::slider"/>
2728
</menu>
2829
</config>

etc/adminhtml/system.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
<resource>Mageplaza_Productslider::configuration</resource>
2929
<group id="general" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
3030
<label>General Configuration</label>
31-
<field id="enabled" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
31+
<field id="enabled" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
3232
<label>Enable</label>
3333
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
3434
<comment>Select Yes to enable this module</comment>
3535
</field>
36-
<field id="display_information" translate="label comment" type="multiselect" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
36+
<field id="display_information" translate="label comment" type="multiselect" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1" >
3737
<label>Default displayed additional info</label>
3838
<source_model>Mageplaza\Productslider\Model\Config\Source\Additional</source_model>
3939
<comment>This default settings will be used when using code to insert the slider</comment>
@@ -54,42 +54,42 @@
5454
<field id="responsive">1</field>
5555
</depends>
5656
</field>
57-
<field id="loop" translate="label comment" type="select" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
57+
<field id="loop" translate="label comment" type="select" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
5858
<label>Loop Slider</label>
5959
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
6060
<validate>validate-digits</validate>
6161
<comment>Select Yes to re-display the slider after it shows the last item</comment>
6262
</field>
63-
<field id="margin" translate="label comment" type="text" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
63+
<field id="margin" translate="label comment" type="text" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
6464
<label>Margin Between Items</label>
6565
<validate>validate-no-empty validate-digits</validate>
6666
<comment>pixel. This is the distance between two items in the slider</comment>
6767
</field>
68-
<field id="nav" translate="label comment" type="select" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="1">
68+
<field id="nav" translate="label comment" type="select" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
6969
<label>Next/Prev buttons</label>
7070
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
7171
<validate>validate-digits</validate>
7272
<comment>Select Yes to display the Next/Pre button in the slider</comment>
7373
</field>
74-
<field id="dots" translate="label comment" type="select" sortOrder="70" showInDefault="1" showInWebsite="1" showInStore="1">
74+
<field id="dots" translate="label comment" type="select" sortOrder="70" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
7575
<label>Show Dots Navigation</label>
7676
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
7777
<validate>validate-digits</validate>
7878
<comment>Select Yes to display dot navigation of the slider</comment>
7979
</field>
80-
<field id="lazyLoad" translate="label comment" type="select" sortOrder="80" showInDefault="1" showInWebsite="1" showInStore="1">
80+
<field id="lazyLoad" translate="label comment" type="select" sortOrder="80" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
8181
<label>Lazy load images</label>
8282
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
8383
<validate>validate-digits</validate>
8484
<comment>Select Yes to lazy load images</comment>
8585
</field>
86-
<field id="autoplay" translate="label comment" type="select" sortOrder="90" showInDefault="1" showInWebsite="1" showInStore="1">
86+
<field id="autoplay" translate="label comment" type="select" sortOrder="90" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
8787
<label>Autoplay</label>
8888
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
8989
<validate>validate-digits</validate>
9090
<comment>Select Yes to allow auto-displaying the next products</comment>
9191
</field>
92-
<field id="autoplayTimeout" translate="label comment" type="text" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
92+
<field id="autoplayTimeout" translate="label comment" type="text" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
9393
<label>Autoplay TimeOut</label>
9494
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
9595
<validate>validate-no-empty validate-digits</validate>
@@ -98,7 +98,7 @@
9898
<field id="autoplay">1</field>
9999
</depends>
100100
</field>
101-
<field id="autoplayHoverPause" translate="label comment" type="select" sortOrder="110" showInDefault="1" showInWebsite="1" showInStore="1">
101+
<field id="autoplayHoverPause" translate="label comment" type="select" sortOrder="110" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
102102
<label>Autoplay HoverPause</label>
103103
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
104104
<validate>validate-digits</validate>

view/frontend/web/css/owl.carousel.min.css

-6
This file was deleted.

view/frontend/web/css/owl.theme.default.min.css

-6
This file was deleted.

0 commit comments

Comments
 (0)