Initial commit - Typo3 11.5.41
This commit is contained in:
45
typo3conf/ext/tt_address/ext_emconf.php
Normal file
45
typo3conf/ext/tt_address/ext_emconf.php
Normal file
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
/***************************************************************
|
||||
* Extension Manager/Repository config file for ext "tt_address".
|
||||
*
|
||||
* Auto generated 15-10-2025 10:40
|
||||
*
|
||||
* 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' => 'Address List',
|
||||
'description' => 'Displays a list of addresses from an address table on the page.',
|
||||
'category' => 'plugin',
|
||||
'version' => '8.1.1',
|
||||
'state' => 'stable',
|
||||
'uploadfolder' => false,
|
||||
'clearcacheonload' => true,
|
||||
'author' => 'tt_address Development Team',
|
||||
'author_email' => 'friendsof@typo3.org',
|
||||
'author_company' => NULL,
|
||||
'constraints' =>
|
||||
array (
|
||||
'depends' =>
|
||||
array (
|
||||
'typo3' => '11.5.0-12.4.99',
|
||||
),
|
||||
'conflicts' =>
|
||||
array (
|
||||
),
|
||||
'suggests' =>
|
||||
array (
|
||||
),
|
||||
),
|
||||
'autoload' =>
|
||||
array (
|
||||
'psr-4' =>
|
||||
array (
|
||||
'FriendsOfTYPO3\\TtAddress\\' => 'Classes',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user