-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMODULE.json
More file actions
58 lines (58 loc) · 1.75 KB
/
MODULE.json
File metadata and controls
58 lines (58 loc) · 1.75 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"sequence": [
"Loki_Base",
"Loki_CssUtils",
"Magento_Backend",
"Magento_Config",
"Magento_Customer",
"Magento_Quote",
"Magento_Store",
"Yireo_CspUtilities"
],
"modules": [
"Loki_Base",
"Loki_CssUtils",
"Magento_Backend",
"Magento_Config",
"Magento_Csp",
"Magento_Customer",
"Magento_Directory",
"Magento_Eav",
"Magento_Quote",
"Magento_Store",
"Magento_Theme",
"Yireo_CspUtilities"
],
"components": [
"loki-components.modal"
],
"config": [
{
"path": "loki_components/general/debug",
"label": "Generic settings > Debug",
"description": "When debugging is enabled, on various levels, detailed information comes available. For instance, in the browser Error Console, more debugging messages are displayed, allowing you to inspect issues on the JavaScript level. Whenever an exception occurs within the AJAX call, the exception message is appended to the AJAX output."
},
{
"path": "loki_components/general/polling_interval",
"label": "Generic settings > Polling Interval",
"description": "If you have added polling handlers, set this to an interval with which you want those polling handlers to act."
}
],
"tests": {
"unit": 18,
"integration": 13,
"functional": 1
},
"phpcs_severity": "9",
"phpstan_level": "3",
"module_name": "Loki_Components",
"composer_name": "loki/magento2-components",
"php_versions": [
"8.1",
"8.2",
"8.3",
"8.4"
],
"skip_magento_versions": [],
"skip_css_utils": false
}