2
2
<!--
3
3
/**
4
4
* Landofcoder
5
- *
5
+ *
6
6
* NOTICE OF LICENSE
7
- *
7
+ *
8
8
* This source file is subject to the landofcoder.com license that is
9
9
* available through the world-wide-web at this URL:
10
10
* http://landofcoder.com/license
11
- *
11
+ *
12
12
* DISCLAIMER
13
- *
13
+ *
14
14
* Do not edit or add to this file if you wish to upgrade this extension to newer
15
15
* version in the future.
16
- *
16
+ *
17
17
* @category Landofcoder
18
18
* @package Lof_AjaxScroll
19
19
* @copyright Copyright (c) 2016 Landofcoder (http://www.landofcoder.com/)
24
24
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../../Config/etc/system_file.xsd" >
25
25
<system >
26
26
<tab id =" landofcoder" translate =" label" sortOrder =" 400" >
27
- <label ><![CDATA[ Lof All - <a href="http://landofcoder.com" target="_BLANK" title=""Magento Marketplace, Opencart Marketplace, Magento 2 Extension, Free Magento Extension, Opencart Advanced Reports">landofcoder.com</a> ]]> </label >
27
+ <label >Landofcoder Extensions </label >
28
28
</tab >
29
29
<section id =" lofajaxscroll" translate =" label" type =" text" sortOrder =" 0" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
30
30
<class >separator-top</class >
34
34
<group id =" general" translate =" label" type =" text" sortOrder =" 0" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
35
35
<label >General Settings</label >
36
36
<field id =" enabled" translate =" label comment" type =" select" sortOrder =" 10" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
37
- <label >Enabled</label >
37
+ <label >Enabled</label >
38
38
<source_model >Magento\Config\Model\Config\Source\Yesno</source_model >
39
- </field >
39
+ </field >
40
40
</group >
41
41
<group id =" instances" translate =" label" type =" text" sortOrder =" 10" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
42
- <label >Instances</label >
42
+ <label >Instances</label >
43
43
<field id =" categories" translate =" label comment" type =" multiselect" sortOrder =" 10" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
44
44
<label >Use in Categories</label >
45
- <source_model >Lof\AjaxScroll\Model\Config\Source\Categories</source_model >
45
+ <source_model >Lof\AjaxScroll\Model\Config\Source\Categories</source_model >
46
46
</field >
47
47
<field id =" enabled_grid" translate =" label comment" type =" select" sortOrder =" 20" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
48
- <label >Use in Grid/List mode</label >
48
+ <label >Use in Grid/List mode</label >
49
49
<source_model >Magento\Config\Model\Config\Source\Yesno</source_model >
50
- </field >
50
+ </field >
51
51
<field id =" enabled_layer" translate =" label comment" type =" select" sortOrder =" 30" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
52
- <label >Use in Layer mode</label >
52
+ <label >Use in Layer mode</label >
53
53
<source_model >Magento\Config\Model\Config\Source\Yesno</source_model >
54
- </field >
54
+ </field >
55
55
<field id =" enabled_search" translate =" label comment" type =" select" sortOrder =" 40" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
56
- <label >Use in Search </label >
56
+ <label >Use in Search </label >
57
57
<source_model >Magento\Config\Model\Config\Source\Yesno</source_model >
58
- </field >
58
+ </field >
59
59
<field id =" enabled_advanced" translate =" label comment" type =" select" sortOrder =" 50" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
60
- <label >Use in Advanced Search</label >
60
+ <label >Use in Advanced Search</label >
61
61
<source_model >Magento\Config\Model\Config\Source\Yesno</source_model >
62
- </field >
62
+ </field >
63
63
<field id =" enabled_brand" translate =" label comment" type =" select" sortOrder =" 55" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
64
- <label >Use in Brand Page</label >
64
+ <label >Use in Brand Page</label >
65
65
<source_model >Magento\Config\Model\Config\Source\Yesno</source_model >
66
- </field >
66
+ </field >
67
67
<field id =" enable_parameter" translate =" label comment" type =" select" sortOrder =" 60" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
68
68
<label >Enable Parameter</label >
69
69
<source_model >Magento\Config\Model\Config\Source\Yesno</source_model >
70
- </field >
70
+ </field >
71
71
<field id =" delay" translate =" label comment" type =" text" sortOrder =" 70" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
72
72
<label >Delay</label >
73
73
<comment ><![CDATA[ Input deplay value for scroll down. default: 600 (ms)]]> </comment >
74
74
</field >
75
75
</group >
76
76
<group id =" selectors" translate =" label" type =" text" sortOrder =" 20" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
77
- <label >Selectors</label >
77
+ <label >Selectors</label >
78
78
<field id =" content" translate =" label comment" type =" text" sortOrder =" 10" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
79
79
<label >Content</label >
80
80
<comment ><![CDATA[ Selector for the element that surrounds the items you will be loading more of.]]> </comment >
81
81
</field >
82
82
<field id =" pagination" translate =" label comment" type =" text" sortOrder =" 20" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
83
- <label >Pagination</label >
84
- <comment ><![CDATA[ Selector for pagination]]> </comment >
85
- </field >
83
+ <label >Pagination</label >
84
+ <comment ><![CDATA[ Selector for pagination]]> </comment >
85
+ </field >
86
86
<field id =" toolbar" translate =" label comment" type =" text" sortOrder =" 30" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
87
- <label >Toolbar</label >
87
+ <label >Toolbar</label >
88
88
<comment ><![CDATA[ Selector for the toolbar (normally pagination, sort-by and display type are inside here)]]> </comment >
89
- </field >
89
+ </field >
90
90
<field id =" next" translate =" label comment" type =" text" sortOrder =" 40" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
91
- <label >Next</label >
91
+ <label >Next</label >
92
92
<comment ><![CDATA[ Selector for the link to the next page.]]> </comment >
93
- </field >
93
+ </field >
94
94
<field id =" grid_mode" translate =" label comment" type =" text" sortOrder =" 50" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
95
- <label >Items (grid mode)</label >
95
+ <label >Items (grid mode)</label >
96
96
<comment ><![CDATA[ Selector for all items you'll retrieve..]]> </comment >
97
- </field >
97
+ </field >
98
98
<field id =" list_mode" translate =" label comment" type =" text" sortOrder =" 60" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
99
- <label >Items (list mode)</label >
99
+ <label >Items (list mode)</label >
100
100
<comment ><![CDATA[ Selector for the element that surrounds the items you will be loading more of.]]> </comment >
101
- </field >
101
+ </field >
102
102
</group >
103
103
<group id =" design" translate =" label" type =" text" sortOrder =" 30" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
104
- <label >Design</label >
104
+ <label >Design</label >
105
105
<field id =" loading_image" translate =" label comment" type =" text" sortOrder =" 10" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
106
106
<label >Loading Image</label >
107
107
<comment ><![CDATA[ Use absolute URL or relative path to skin path. Leave empty for default.]]> </comment >
108
108
</field >
109
109
<field id =" loading_text" translate =" label comment" type =" text" sortOrder =" 20" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
110
- <label >Loading Text</label >
111
- </field >
110
+ <label >Loading Text</label >
111
+ </field >
112
112
<field id =" done_text" translate =" label comment" type =" text" sortOrder =" 30" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
113
- <label >Done Text</label >
114
- </field >
113
+ <label >Done Text</label >
114
+ </field >
115
115
<field id =" hide_toolbar" translate =" label comment" type =" select" sortOrder =" 40" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
116
- <label >Hide Toolbar</label >
117
- <source_model >Magento\Config\Model\Config\Source\Yesno</source_model >
116
+ <label >Hide Toolbar</label >
117
+ <source_model >Magento\Config\Model\Config\Source\Yesno</source_model >
118
118
<comment ><![CDATA[ Make sure you have the right css selector for the toolbar]]> </comment >
119
- </field >
119
+ </field >
120
120
<field id =" local_mode" translate =" label comment" type =" select" sortOrder =" 50" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
121
- <label >Local Mode</label >
121
+ <label >Local Mode</label >
122
122
<source_model >Magento\Config\Model\Config\Source\Yesno</source_model >
123
123
<comment ><![CDATA[ Instead of watching the entire window scrolling, watch only the element this plugin was called on (set in Selectors->Content).]]> </comment >
124
- </field >
124
+ </field >
125
125
<field id =" buffer" translate =" label comment" type =" text" sortOrder =" 60" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
126
- <label >Buffer (px)</label >
126
+ <label >Buffer (px)</label >
127
127
<comment ><![CDATA[ Set an offset before page end from which the content will start to load. A high number will load the next page a long time before the user reaches the bottom of the screen.]]> </comment >
128
- </field >
128
+ </field >
129
129
<field id =" load_more" translate =" label comment" type =" text" sortOrder =" 70" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
130
- <label >Load More threshold</label >
130
+ <label >Load More threshold</label >
131
131
<comment ><![CDATA[ When this page number is reached, a button to load more products will be shown instead of continue loading products automatically with the scroll (this could be useful to help the user to reach the footer). TIP: use a high number to disable this feature.]]> </comment >
132
132
</field >
133
133
<field id =" load_more_text" translate =" label comment" type =" text" sortOrder =" 80" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
134
- <label >Load More button text</label >
134
+ <label >Load More button text</label >
135
135
<comment ><![CDATA[ Set an offset before page end from which the content will start to load. A high number will load the next page a long time before the user reaches the bottom of the screen.]]> </comment >
136
136
</field >
137
- </group >
137
+ </group >
138
138
</section >
139
139
</system >
140
- </config >
140
+ </config >
0 commit comments