Skip to content

Commit b83e618

Browse files
committed
Update MODULE.json
1 parent 85d34b6 commit b83e618

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

MODULE.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"sequence": [
3+
"Loki_Components"
4+
],
5+
"modules": [
6+
"Loki_Base",
7+
"Loki_Components",
8+
"Loki_CssUtils",
9+
"Magento_Backend",
10+
"Magento_Config",
11+
"Magento_Customer",
12+
"Magento_Store",
13+
"Yireo_CspUtilities"
14+
],
15+
"components": [],
16+
"config": [
17+
{
18+
"path": "loki_components\/validators\/enable_mx_validation_for_email",
19+
"label": "Validators > Enable MX Validation for Email Values",
20+
"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."
21+
}
22+
],
23+
"tests": {
24+
"unit": 0,
25+
"integration": 4,
26+
"functional": 0
27+
}
28+
}

0 commit comments

Comments
 (0)