File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
setup/src/Magento/Setup/Test/Unit/Module/Di/_files/app/code/Magento/SomeModule/etc/adminhtml Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 23
23
<section id =" advanced" translate =" label" type =" text" sortOrder =" 910" showInDefault =" 0" showInWebsite =" 0" showInStore =" 0" >
24
24
<label >Advanced</label >
25
25
<tab >advanced</tab >
26
- <resource >Magento_Backend ::advanced</resource >
26
+ <resource >Magento_Config ::advanced</resource >
27
27
<group id =" modules_disable_output" translate =" label" type =" text" sortOrder =" 2" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
28
28
<label >Disable Modules Output</label >
29
29
<frontend_model >Magento\Config\Block\System\Config\Form\Fieldset\Modules\DisableOutput</frontend_model >
Original file line number Diff line number Diff line change 12
12
<resource id =" Magento_Backend::stores" >
13
13
<resource id =" Magento_Backend::stores_settings" >
14
14
<resource id =" Magento_Config::config" title =" Configuration" translate =" title" sortOrder =" 20" >
15
- <resource id =" Magento_Config::advanced" title =" Advanced Section" translate =" title" sortOrder =" 90" />
15
+ <!--
16
+ @deprecated Magento_Config::advanced section ('Advanced Section') is disabled and is not displayed in the admin panel
17
+ -->
18
+ <resource id =" Magento_Config::advanced" title =" Advanced Section" translate =" title" sortOrder =" 90" disabled =" true" />
16
19
<resource id =" Magento_Config::config_admin" title =" Advanced Admin Section" translate =" title" sortOrder =" 100" />
17
20
<resource id =" Magento_Config::config_design" title =" Design Section" translate =" title" sortOrder =" 40" />
18
21
<resource id =" Magento_Config::config_general" title =" General Section" translate =" title" sortOrder =" 20" />
Original file line number Diff line number Diff line change 10
10
<section id =" advanced" translate =" label" type =" text" sortOrder =" 910" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
11
11
<label >Advanced</label >
12
12
<tab >advanced</tab >
13
- <resource >Magento_Backend ::advanced</resource >
13
+ <resource >Magento_Config ::advanced</resource >
14
14
<group id =" modules_disable_output" translate =" label" type =" text" sortOrder =" 2" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
15
15
<label >Disable Modules Output</label >
16
16
<frontend_model >Magento\Config\Block\System\Config\Form\Fieldset\Modules\DisableOutput\Proxy</frontend_model >
You can’t perform that action at this time.
0 commit comments