forked from LokiExtensions/Loki_AdminComponents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMODULE.json
More file actions
36 lines (36 loc) · 801 Bytes
/
MODULE.json
File metadata and controls
36 lines (36 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"sequence": [
"Loki_Components",
"Loki_CssUtils",
"Magento_Backend",
"Magento_Catalog",
"Magento_Customer",
"Magento_Directory",
"Magento_Eav",
"Magento_Store",
"Magento_Ui"
],
"modules": [
"Loki_Base",
"Loki_Components",
"Loki_CssUtils",
"Magento_Backend",
"Magento_Catalog",
"Magento_Cms",
"Magento_Config",
"Magento_Customer",
"Magento_Directory",
"Magento_Eav",
"Magento_Indexer",
"Magento_Store",
"Magento_Theme",
"Magento_Ui",
"Yireo_CspUtilities"
],
"components": [
"loki_admin_components.entity_select"
],
"config": [],
"tests": [],
"phpstan_level": "1"
}