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
magento2-base
dev
tests
integration
testsuite
Magento
Deploy
_files
scopes
config_with_changed_stores.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
'test_website'
=> [
26
'website_id'
=>
'2'
,
27
'code'
=>
'test_website'
,
28
'name'
=>
'Changed Test Website'
,
29
'sort_order'
=>
'10'
,
30
'default_group_id'
=>
'1'
,
31
'is_default'
=>
'0'
,
32
],
33
],
34
'groups'
=> [
35
0 => [
36
'group_id'
=>
'0'
,
37
'website_id'
=>
'0'
,
38
'name'
=>
'Default'
,
39
'root_category_id'
=>
'0'
,
40
'default_store_id'
=>
'0'
,
41
'code'
=>
'default'
,
42
],
43
1 => [
44
'group_id'
=>
'1'
,
45
'website_id'
=>
'1'
,
46
'name'
=>
'Main Website Store'
,
47
'root_category_id'
=>
'2'
,
48
'default_store_id'
=>
'1'
,
49
'code'
=>
'main_website_store'
,
50
],
51
2 => [
52
'group_id'
=>
'2'
,
53
'website_id'
=>
'2'
,
54
'name'
=>
'Changed Test Website Store'
,
55
'root_category_id'
=>
'2'
,
56
'default_store_id'
=>
'1'
,
57
'code'
=>
'test_website_store'
,
58
],
59
],
60
'stores'
=> [
61
'admin'
=> [
62
'store_id'
=>
'0'
,
63
'code'
=>
'admin'
,
64
'website_id'
=>
'0'
,
65
'group_id'
=>
'0'
,
66
'name'
=>
'Admin24'
,
67
'sort_order'
=>
'10'
,
68
'is_active'
=>
'1'
,
69
],
70
'default'
=> [
71
'store_id'
=>
'1'
,
72
'code'
=>
'default'
,
73
'website_id'
=>
'1'
,
74
'group_id'
=>
'1'
,
75
'name'
=>
'Default Store View'
,
76
'sort_order'
=>
'0'
,
77
'is_active'
=>
'1'
,
78
],
79
'test'
=> [
80
'store_id'
=>
'2'
,
81
'code'
=>
'test'
,
82
'website_id'
=>
'2'
,
83
'group_id'
=>
'2'
,
84
'name'
=>
'Changed Test Store view'
,
85
'sort_order'
=>
'23'
,
86
'is_active'
=>
'1'
,
87
],
88
],
89
]
90
];