-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMODULE.json
More file actions
41 lines (41 loc) · 1.17 KB
/
MODULE.json
File metadata and controls
41 lines (41 loc) · 1.17 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
{
"sequence": [
"Loki_Components"
],
"modules": [
"Loki_Base",
"Loki_Components",
"Loki_CssUtils",
"Magento_Backend",
"Magento_Config",
"Magento_Customer",
"Magento_Quote",
"Magento_Store",
"Yireo_CspUtilities"
],
"components": [],
"config": [
{
"path": "loki_components/validators/enable_mx_validation_for_email",
"label": "Validators > Enable MX Validation for Email Values",
"description": "When a specific Loki Component is declared in a file `etc/loki_components.xml` with a validator `email`, then basic email validation is applied. With this setting enabled, the validation includes also a DNS MX lookup of the domain part of the email."
}
],
"tests": {
"unit": 0,
"integration": 4,
"functional": 0
},
"module_name": "Loki_EmailMxValidator",
"composer_name": "loki/magento2-email-mx-validator",
"php_versions": [
"8.1",
"8.2",
"8.3",
"8.4"
],
"skip_magento_versions": [],
"skip_css_utils": false,
"phpcs_severity": 10,
"phpstan_level": 1
}