Initial commit - Typo3 11.5.41
This commit is contained in:
45
typo3conf/ext/pw_teaser/ext_emconf.php
Normal file
45
typo3conf/ext/pw_teaser/ext_emconf.php
Normal file
@@ -0,0 +1,45 @@
|
||||
<?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,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user