forked from plan2net/sierrha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
29 lines (28 loc) · 940 Bytes
/
ext_emconf.php
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
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'Ṣıẹrrḥa - Site Error Handler',
'description' => '404 "not found" and 403 "forbidden" error handlers. The 404 handler shows custom content for missing pages but not resources like CSS or JS. The 403 handler redirects to a login URL on unauthorized access.',
'category' => 'fe',
'author' => 'plan2net TYPO3 development team',
'author_email' => '[email protected]',
'author_company' => 'plan2net GmbH',
'shy' => '',
'priority' => '',
'module' => '',
'state' => 'beta',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '0.3.3',
'constraints' => [
'depends' => [
'backend' => '9.5.0 - 10.4.99',
'frontend' => '9.5.0 - 10.4.99',
],
'conflicts' => [],
'suggests' => [],
],
];