forked from helhum/realurl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
27 lines (27 loc) · 971 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
<?php
$EM_CONF[$_EXTKEY] = array(
'title' => 'RealURL: speaking paths for TYPO3',
'description' => 'Creates nice looking URLs for TYPO3 pages: converts http://example.com/index.phpid=12345&L=2 to http://example.com/path/to/your/page/. Please, ask for free support in TYPO3 mailing lists or contact the maintainer for paid support.',
'category' => 'fe',
'conflicts' => 'cooluri,simulatestatic',
'state' => 'excludeFromUpdates',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'author' => 'Dmitry Dulepov',
'author_email' => '[email protected]',
'author_company' => '',
'version' => '3.1.1',
'constraints' => array(
'depends' => array(
'typo3' => '9.4.0-9.5.99',
),
'conflicts' => array(
'cooluri' => '',
'simulatestatic' => '',
),
'suggests' => array(
'static_info_tables' => '2.0.2-',
),
),
);