Files
oai-symfony/typo3conf/ext/tt_address/ext_emconf.php
2026-07-03 17:53:31 +02:00

46 lines
1.1 KiB
PHP

<?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',
),
),
);