|
9 | 9 | -->
|
10 | 10 | <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
|
11 | 11 | <system>
|
12 |
| - <section id="mfrocketjavascript" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="10" translate="label"> |
| 12 | + <section id="mfrocketjavascript" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="11522083660" translate="label"> |
13 | 13 | <label>Rocket JavaScript</label>
|
14 | 14 | <tab>magefan</tab>
|
15 | 15 | <resource>Magefan_RocketJavaScript::config_magefan_rocketjavascript</resource>
|
|
27 | 27 | <label>Product Key</label>
|
28 | 28 | <frontend_model>Magefan\Community\Block\Adminhtml\System\Config\Form\ProductKeyField</frontend_model>
|
29 | 29 | </field>
|
30 |
| - <field id="enable_deferred_javascript" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="29" translate="label" type="select"> |
| 30 | + <field id="enable_deferred_javascript" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="29" translate="label" type="select" canRestore="1"> |
31 | 31 | <label>Enabled Deferred JavaScript</label>
|
32 | 32 | <comment>If enabled all JavaScript on storefront will be moved to the end of the page.</comment>
|
33 | 33 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
|
34 | 34 | </field>
|
35 |
| - <field id="disallowed_pages_for_deferred_js" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="30" translate="label" type="textarea"> |
| 35 | + <field id="disallowed_pages_for_deferred_js" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="30" translate="label" type="textarea" canRestore="1"> |
36 | 36 | <label>Disallowed Pages for Deferred JavaScript</label>
|
37 | 37 | <depends>
|
38 | 38 | <field id="enable_deferred_javascript">1</field>
|
39 | 39 | </depends>
|
40 | 40 | <comment>Enter page patches each in a new line. "*" means any path, you can use it at the beginning or end.</comment>
|
41 | 41 | </field>
|
42 |
| - <field id="enable_js_bundling_optimization" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="30" translate="label" type="select"> |
| 42 | + <field id="enable_js_bundling_optimization" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="30" translate="label" type="select" canRestore="1"> |
43 | 43 | <label>Enable JavaScript Bundling Optimization</label>
|
44 | 44 | <comment>Please note that this option only works with enabled JavaScript Bundling (Configuration > Advanced > Developer > JavaScript Settings > Enable JavaScript Bundling).</comment>
|
45 | 45 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
|
46 | 46 | </field>
|
47 |
| - <field id="included_in_bundling" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="40" translate="label" type="textarea"> |
| 47 | + <field id="included_in_bundling" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="40" translate="label" type="textarea" canRestore="1"> |
48 | 48 | <label>Included In Bundling</label>
|
49 | 49 | <depends>
|
50 | 50 | <field id="enable_js_bundling_optimization">1</field>
|
|
0 commit comments