Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
dump_config.php
Go to the documentation of this file.
1 <?php
6 return [
7  'scopes' => [
8  'websites' => [
9  'admin' => [
10  'website_id' => '0',
11  'code' => 'admin',
12  'name' => 'Admin',
13  'sort_order' => '0',
14  'default_group_id' => '0',
15  'is_default' => '0',
16  ],
17  'base' => [
18  'website_id' => '1',
19  'code' => 'base',
20  'name' => 'Main Website',
21  'sort_order' => '0',
22  'default_group_id' => '1',
23  'is_default' => '1',
24  ],
25  ],
26  'groups' => [
27  0 => [
28  'group_id' => '0',
29  'website_id' => '0',
30  'code' => 'default',
31  'name' => 'Default',
32  'root_category_id' => '0',
33  'default_store_id' => '0',
34  ],
35  1 => [
36  'group_id' => '1',
37  'website_id' => '1',
38  'code' => 'main_website_store',
39  'name' => 'Main Website Store',
40  'root_category_id' => '2',
41  'default_store_id' => '1',
42  ],
43  ],
44  'stores' => [
45  'admin' => [
46  'store_id' => '0',
47  'code' => 'admin',
48  'website_id' => '0',
49  'group_id' => '0',
50  'name' => 'Admin',
51  'sort_order' => '0',
52  'is_active' => '1',
53  ],
54  'default' => [
55  'store_id' => '1',
56  'code' => 'default',
57  'website_id' => '1',
58  'group_id' => '1',
59  'name' => 'Default Store View',
60  'sort_order' => '0',
61  'is_active' => '1',
62  ],
63  ],
64  ],
65  'themes' => [
66  'adminhtml/Magento/backend' => [
67  'parent_id' => null,
68  'theme_path' => 'Magento/backend',
69  'theme_title' => 'Magento 2 backend',
70  'is_featured' => '0',
71  'area' => 'adminhtml',
72  'type' => '0',
73  'code' => 'Magento/backend',
74  ],
75  'frontend/Magento/blank' => [
76  'parent_id' => null,
77  'theme_path' => 'Magento/blank',
78  'theme_title' => 'Magento Blank',
79  'is_featured' => '0',
80  'area' => 'frontend',
81  'type' => '0',
82  'code' => 'Magento/blank',
83  ],
84  'frontend/Magento/luma' => [
85  'parent_id' => 'Magento/blank',
86  'theme_path' => 'Magento/luma',
87  'theme_title' => 'Magento Luma',
88  'is_featured' => '0',
89  'area' => 'frontend',
90  'type' => '0',
91  'code' => 'Magento/luma',
92  ],
93  ],
94 ];