Skip to content

Commit deed6ef

Browse files
committed
Update MODULE.json
1 parent ecd72b2 commit deed6ef

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

MODULE.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,15 @@
2626
],
2727
"config": [
2828
{
29-
"path": "loki_components/general/debug",
29+
"path": "loki_components\/general\/debug",
3030
"label": "Generic settings > Debug",
3131
"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."
3232
},
3333
{
34-
"path": "loki_components/validators/enable_mx_validation_for_email",
34+
"path": "loki_components\/validators\/enable_mx_validation_for_email",
3535
"label": "Validators > Enable MX Validation for Email Values",
36-
"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."
36+
"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."
3737
}
3838
],
39-
"tests": [],
40-
"phpcs_severity": "9",
41-
"phpstan_level": "3"
42-
}
39+
"tests": []
40+
}

0 commit comments

Comments
 (0)