42 lines
1.1 KiB
PHP
42 lines
1.1 KiB
PHP
<?php
|
|
|
|
/***************************************************************
|
|
* Extension Manager/Repository config file for ext "news".
|
|
*
|
|
* Auto generated 15-07-2022 12:23
|
|
*
|
|
* 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' => 'News system',
|
|
'description' => 'Versatile news system based on Extbase & Fluid and using the latest technologies provided by TYPO3 CMS.',
|
|
'category' => 'fe',
|
|
'author' => 'Georg Ringer',
|
|
'author_email' => 'mail@ringer.it',
|
|
'state' => 'stable',
|
|
'clearCacheOnLoad' => true,
|
|
'version' => '9.4.0',
|
|
'constraints' =>
|
|
array (
|
|
'depends' =>
|
|
array (
|
|
'typo3' => '10.4.13-11.9.99',
|
|
),
|
|
'conflicts' =>
|
|
array (
|
|
),
|
|
'suggests' =>
|
|
array (
|
|
'rx_shariff' => '12.0.0-14.99.99',
|
|
'numbered_pagination' => '1.0.1-1.99.99',
|
|
),
|
|
),
|
|
'uploadfolder' => false,
|
|
'clearcacheonload' => true,
|
|
'author_company' => NULL,
|
|
);
|
|
|