File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 7
7
-->
8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Config:etc/system_file.xsd" >
9
9
<system >
10
- <section id =" mfcli" translate =" label" sortOrder =" 150 " showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
10
+ <section id =" mfcli" translate =" label" sortOrder =" 10019577670 " showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
11
11
<class >separator-top</class >
12
12
<label >Command Line Interface</label >
13
13
<tab >magefan</tab >
25
25
<label >Product Key</label >
26
26
<frontend_model >Magefan\Community\Block\Adminhtml\System\Config\Form\ProductKeyField</frontend_model >
27
27
</field >
28
- <field id =" php" translate =" label comment" type =" text" sortOrder =" 30" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" >
28
+ <field id =" php" translate =" label comment" type =" text" sortOrder =" 30" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" canRestore = " 1 " >
29
29
<label >PHP Command</label >
30
30
<comment >If you use some custom PHP binary you can enter PHP command here. E.g. /usr/bin/php7.2 -dmemory_limit=-1.</comment >
31
31
</field >
32
- <field id =" commands" translate =" label comment" type =" multiselect" sortOrder =" 40" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" >
32
+ <field id =" commands" translate =" label comment" type =" multiselect" sortOrder =" 40" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" canRestore = " 1 " >
33
33
<label >Most Used Magento 2 Commands</label >
34
34
<source_model >Magefan\Cli\Model\Config\Source\Commands</source_model >
35
35
</field >
36
- <field id =" non_admin_commands" translate =" label comment" type =" multiselect" sortOrder =" 50" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" >
36
+ <field id =" non_admin_commands" translate =" label comment" type =" multiselect" sortOrder =" 50" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" canRestore = " 1 " >
37
37
<label >Allowed Commands For Managers</label >
38
38
<source_model >Magefan\Cli\Model\Config\Source\Commands</source_model >
39
39
<comment >Admin users with no "Command Line Admin" access will be able to run only these commands.</comment >
Original file line number Diff line number Diff line change 12
12
<enabled >0</enabled >
13
13
<mfmodule >Cli</mfmodule >
14
14
<mftype >1</mftype >
15
+ <php />
15
16
<commands >cache:flush,indexer:reindex</commands >
16
17
<non_admin_commands >cache:flush,indexer:reindex</non_admin_commands >
17
18
</general >
You can’t perform that action at this time.
0 commit comments