19 lines
410 B
JSON
19 lines
410 B
JSON
{
|
|
"id": "errors",
|
|
"order": 999,
|
|
"name": "Errors",
|
|
"description": "Manage default error pages",
|
|
"version": "0.1",
|
|
"settings": {
|
|
"ERRORS": {
|
|
"context": "multisite",
|
|
"default": "",
|
|
"help": "List of HTTP error code and corresponding error pages (404=/my404.html 403=/errors/403.html ...).",
|
|
"id": "errors",
|
|
"label": "Errors",
|
|
"regex": "^.*$",
|
|
"type": "text"
|
|
}
|
|
}
|
|
}
|