Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-config
Test
Unit
Controller
Adminhtml
System
Config
_files
files_array.php
Go to the documentation of this file.
1
<?php
7
return
[
8
'group.1'
=> [
9
'fields'
=> [
'f1.1'
=> [
'value'
=>
'f1.1.val'
],
'f1.2'
=> [
'value'
=>
'f1.2.val'
]],
10
],
11
'group.2'
=> [
12
'fields'
=> [
13
'f2.1'
=> [
'value'
=>
'f2.1.val'
],
14
'f2.2'
=> [
'value'
=>
'f2.2.val'
],
15
'f2.3'
=> [
'value'
=>
''
],
16
],
17
'groups'
=> [
18
'group.2.1'
=> [
19
'fields'
=> [
20
'f2.1.1'
=> [
'value'
=>
'f2.1.1.val'
],
21
'f2.1.2'
=> [
'value'
=>
'f2.1.2.val'
],
22
'f2.1.3'
=> [
'value'
=>
''
],
23
],
24
'groups'
=> [
25
'group.2.1.1'
=> [
26
'fields'
=> [
27
'f2.1.1.1'
=> [
'value'
=>
'f2.1.1.1.val'
],
28
'f2.1.1.2'
=> [
'value'
=>
'f2.1.1.2.val'
],
29
'f2.1.1.3'
=> [
'value'
=>
''
],
30
],
31
],
32
],
33
],
34
],
35
],
36
'group.3'
=>
'some.data'
,
37
];