File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 139
139
<type name =" Magento\Backend\Model\Menu\Builder" >
140
140
<plugin name =" SetupMenuBuilder" type =" Magento\Backend\Model\Setup\MenuBuilder" />
141
141
</type >
142
- <type name =" Magento\Config\Model\Config\Structure\ConcealInProductionConfigList " >
142
+ <type name =" Magento\Config\Model\Config\Structure\ElementVisibility\ConcealInProduction " >
143
143
<arguments >
144
144
<argument name =" configs" xsi : type =" array" >
145
145
<item name =" dev" xsi : type =" const" >Magento\Config\Model\Config\Structure\ElementVisibilityInterface::HIDDEN</item >
146
- <item name =" general/locale/code" xsi : type =" const" >Magento\Config\Model\Config\Structure\ElementVisibilityInterface::DISABLED</item >
147
146
</argument >
148
147
<argument name =" exemptions" xsi : type =" array" >
149
148
<item name =" dev/debug/debug_logging" xsi : type =" string" />
150
149
</argument >
151
150
</arguments >
152
151
</type >
152
+ <type name =" Magento\Config\Model\Config\Structure\ElementVisibility\ConcealScdField" >
153
+ <arguments >
154
+ <argument name =" configs" xsi : type =" array" >
155
+ <item name =" general/locale/code" xsi : type =" const" >Magento\Config\Model\Config\Structure\ElementVisibilityInterface::DISABLED</item >
156
+ </argument >
157
+ </arguments >
158
+ </type >
153
159
<type name =" Magento\Backend\Model\Search\Config\Result\Builder" >
154
160
<arguments >
155
161
<argument name =" structureElementTypes" xsi : type =" array" >
Original file line number Diff line number Diff line change 14
14
<type name =" Magento\Config\Model\Config\Structure\ElementVisibilityComposite" >
15
15
<arguments >
16
16
<argument name =" visibility" xsi : type =" array" >
17
- <item name =" productionVisibility" xsi : type =" object" >Magento\Config\Model\Config\Structure\ConcealInProductionConfigList</item >
17
+ <item name =" productionVisibility" xsi : type =" object" >Magento\Config\Model\Config\Structure\ElementVisibility\ConcealInProduction</item >
18
+ <item name =" productionScdOnDemandVisibility" xsi : type =" object" >Magento\Config\Model\Config\Structure\ElementVisibility\ConcealScdField</item >
18
19
</argument >
19
20
</arguments >
20
21
</type >
You can’t perform that action at this time.
0 commit comments