-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMODULE.json
More file actions
39 lines (39 loc) · 929 Bytes
/
MODULE.json
File metadata and controls
39 lines (39 loc) · 929 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
37
38
39
{
"sequence": [
"Loki_CssUtils",
"Magento_Backend",
"Magento_Store"
],
"modules": [
"Loki_CssUtils",
"Magento_Backend",
"Magento_Directory",
"Magento_Store",
"Magento_Theme"
],
"components": [],
"config": [
{
"path": "loki_base/messages/timeout",
"label": "Messages > Timeout",
"description": "Whenever messages are popping up, they are automatically after this timeout. This is by default 5000ms (5 seconds)."
}
],
"tests": {
"unit": 0,
"integration": 3,
"functional": 0
},
"phpcs_severity": "8",
"phpstan_level": "1",
"module_name": "Loki_Base",
"composer_name": "loki/magento2-base",
"php_versions": [
"8.1",
"8.2",
"8.3",
"8.4"
],
"skip_magento_versions": [],
"skip_css_utils": false
}