File tree Expand file tree Collapse file tree 3 files changed +30
-6
lines changed
app/code/Magento/Config/Test/Unit/Model Expand file tree Collapse file tree 3 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -502,8 +502,8 @@ public function getFieldPaths(): array
502
502
],
503
503
'field_5 ' => [
504
504
'field_5 ' ,
505
- ],
506
- ' section_3 ' => [ ' section_3 ' ]
505
+ ' field_5 '
506
+ ]
507
507
]
508
508
]
509
509
];
Original file line number Diff line number Diff line change 75
75
'id ' => 'field_3_1_1 ' ,
76
76
'translate ' => 'label ' ,
77
77
'showInWebsite ' => '1 ' ,
78
- 'backend_model ' => \Magento \Config \Model \Config \Backend \Encrypted::class,
78
+ 'backend_model ' =>
79
+ \Magento \Config \Model \Config \Backend \Encrypted::class,
79
80
'type ' => 'text ' ,
80
81
'label ' => 'Field 3.1.1 ' ,
81
82
'_elementType ' => 'field ' ,
192
193
'section_3 ' => [
193
194
'id ' => 'section_3 ' ,
194
195
'type ' => 'text ' ,
195
- 'tab ' => 'tab_1 ' ,
196
- '_elementType ' => 'field '
197
- ],
196
+ '_elementType ' => 'section ' ,
197
+ 'children ' => [
198
+ 'group_5 ' => [
199
+ 'id ' => 'group_5 ' ,
200
+ 'type ' => 'text ' ,
201
+ 'showInDefault ' => 1 ,
202
+ 'showInWebsite ' => 1 ,
203
+ 'showInStore ' => 1 ,
204
+ '_elementType ' => 'group ' ,
205
+ 'children ' => [
206
+ 'field_5 ' => [
207
+ 'id ' => 'field_5 ' ,
208
+ 'showInWebsite ' => '1 ' ,
209
+ 'type ' => 'text ' ,
210
+ '_elementType ' => 'field ' ,
211
+ ]
212
+ ]
213
+ ]
214
+ ]
215
+ ]
198
216
],
199
217
],
200
218
],
Original file line number Diff line number Diff line change 86
86
</depends >
87
87
</group >
88
88
</section >
89
+ <section id =" section_3" type =" text" >
90
+ <group id =" group_5" type =" text" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
91
+ <field id =" field_5" showInWebsite =" 1" type =" text" >
92
+ </field >
93
+ </group >
94
+ </section >
89
95
</system >
90
96
</config >
You can’t perform that action at this time.
0 commit comments