|
18 | 18 | <resource>Magepow_Lazyload::config_lazyload</resource>
|
19 | 19 | <group id="general" translate="label" type="text" sortOrder="5" showInDefault="1" showInWebsite="1" showInStore="1">
|
20 | 20 | <label>General</label>
|
21 |
| - <field id="enabled" translate="label comment" type="select" sortOrder="0" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 21 | + <field id="enabled" translate="label comment" type="select" sortOrder="0" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1"> |
22 | 22 | <label>Enabled</label>
|
23 | 23 | <comment>Enabled Module</comment>
|
24 | 24 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
|
25 | 25 | </field>
|
26 |
| - <field id="loading_body" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 26 | + <field id="loading_body" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1"> |
27 | 27 | <label>Preloading Body</label>
|
28 | 28 | <comment>Preloading body site </comment>
|
29 | 29 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
|
30 | 30 | </field>
|
31 |
| - <field id="loading_img" translate="label comment" type="select" sortOrder="15" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 31 | + <field id="loading_img" translate="label comment" type="select" sortOrder="15" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1"> |
32 | 32 | <label>Preloading Images</label>
|
33 | 33 | <comment>Preloading Images </comment>
|
34 | 34 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
|
35 | 35 | </field>
|
36 |
| - <field id="exclude_img" translate="label comment" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 36 | + <field id="exclude_img" translate="label comment" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1"> |
37 | 37 | <label>Exclude Image class</label>
|
38 | 38 | <comment>Exclude Images exist class(comma separated)</comment>
|
39 | 39 | </field>
|
40 |
| - <field id="placeholder" translate="label comment" type="select" sortOrder="25" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 40 | + <field id="placeholder" translate="label comment" type="select" sortOrder="25" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1"> |
41 | 41 | <label>Placeholder Images</label>
|
42 | 42 | <comment>Placeholder help keep layout original while loading</comment>
|
43 | 43 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
|
44 | 44 | </field>
|
45 |
| - <field id="regex_block" translate="label comment" type="textarea" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 45 | + <field id="regex_block" translate="label comment" type="textarea" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1"> |
46 | 46 | <label>Regex Block</label>
|
47 | 47 | <comment>Regex Block HMTL you want add lazyload.</comment>
|
48 | 48 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
|
49 | 49 | </field>
|
50 |
| - <field id="lazy_ajax" translate="label comment" type="select" sortOrder="35" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 50 | + <field id="lazy_ajax" translate="label comment" type="select" sortOrder="35" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1"> |
51 | 51 | <label>Lazyload Images Response Ajax</label>
|
52 | 52 | <comment>Apply lazyload for Response Ajax</comment>
|
53 | 53 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
|
54 | 54 | </field>
|
55 |
| - <field id="body_includes" translate="label comment" type="textarea" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 55 | + <field id="body_includes" translate="label comment" type="textarea" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1"> |
56 | 56 | <label>Scripts and Style Sheets</label>
|
57 | 57 | <comment>This will be included before body closing tag in page HTML.</comment>
|
58 | 58 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
|
|
0 commit comments