Files
oberstufe-alt/typo3conf/ext/realurl/ext_emconf.php
2018-04-02 08:07:38 +02:00

43 lines
1.2 KiB
PHP

<?php
/***************************************************************
* Extension Manager/Repository config file for ext "realurl".
*
* Auto generated 02-02-2016 16:19
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$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',
'version' => '1.13.6',
'state' => 'stable',
'uploadfolder' => true,
'createDirs' => '',
'clearcacheonload' => false,
'author' => 'Dmitry Dulepov',
'author_email' => 'dmitry.dulepov@gmail.com',
'author_company' => '',
'constraints' =>
array (
'depends' =>
array (
'php' => '5.3.2-5.999.999',
'typo3' => '4.5.40-7.9.999',
),
'conflicts' =>
array (
'cooluri' => '',
'simulatestatic' => '',
),
'suggests' =>
array (
),
),
);