46 lines
1.1 KiB
PHP
46 lines
1.1 KiB
PHP
<?php
|
|
|
|
/***************************************************************
|
|
* Extension Manager/Repository config file for ext "pw_teaser".
|
|
*
|
|
* Auto generated 15-07-2022 12:26
|
|
*
|
|
* 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' => 'Page Teaser (with Fluid)',
|
|
'description' => 'Create powerful, dynamic page teasers with data from page properties and its content elements. Based on Extbase and Fluid Template Engine.',
|
|
'category' => 'plugin',
|
|
'version' => '5.0.1',
|
|
'state' => 'stable',
|
|
'author' => 'Armin Vieweg',
|
|
'author_email' => 'info@v.ieweg.de',
|
|
'author_company' => 'v.ieweg Webentwicklung',
|
|
'constraints' =>
|
|
array (
|
|
'depends' =>
|
|
array (
|
|
'typo3' => '9.5.0-10.4.99',
|
|
),
|
|
'conflicts' =>
|
|
array (
|
|
),
|
|
'suggests' =>
|
|
array (
|
|
),
|
|
),
|
|
'autoload' =>
|
|
array (
|
|
'psr-4' =>
|
|
array (
|
|
'PwTeaserTeam\\PwTeaser\\' => 'Classes',
|
|
),
|
|
),
|
|
'uploadfolder' => false,
|
|
'clearcacheonload' => false,
|
|
);
|
|
|