legacy-collections/ext_emconf.php

23 lines
627 B
PHP
Raw Normal View History

2020-07-31 11:35:08 +02:00
<?php
$EM_CONF[$_EXTKEY] = [
2020-07-31 11:45:11 +02:00
'title' => 'APIs for legacy sys_collection DB tables',
2020-07-31 11:35:08 +02:00
'description' => 'Adds PHP classes, TCA configuration and database tables for generic record collections.',
'category' => 'misc',
'state' => 'stable',
'clearCacheOnLoad' => 0,
'author' => 'Benni Mack',
'author_email' => 'benni@typo3.org',
'author_company' => '',
'version' => '1.0.0',
'constraints' => [
'depends' => [
'typo3' => '11.0.0',
'extbase' => '11.0.0',
'fluid' => '11.0.0',
],
'conflicts' => [],
'suggests' => [],
],
];