2009-07-01 19:18:53 +02:00
|
|
|
<?php
|
2016-08-30 14:34:52 +02:00
|
|
|
$EM_CONF[$_EXTKEY] = [
|
2022-04-05 12:46:08 +02:00
|
|
|
'title' => 'Basic Frontend Editing',
|
2015-10-09 00:08:57 +02:00
|
|
|
'description' => '',
|
|
|
|
'category' => 'fe',
|
2019-01-20 11:32:56 +01:00
|
|
|
'author' => 'Friends of TYPO3',
|
|
|
|
'author_email' => 'friendsof@typo3.org',
|
2017-07-05 07:44:24 +02:00
|
|
|
'author_company' => '',
|
2015-10-09 00:08:57 +02:00
|
|
|
'state' => 'stable',
|
2022-12-29 09:22:43 +01:00
|
|
|
'clearCacheOnLoad' => true,
|
|
|
|
'version' => '11.0.0',
|
2016-08-30 14:34:52 +02:00
|
|
|
'constraints' => [
|
|
|
|
'depends' => [
|
2022-12-29 09:22:43 +01:00
|
|
|
'typo3' => '11.5.0-12.2.99',
|
2016-08-30 14:34:52 +02:00
|
|
|
],
|
|
|
|
'conflicts' => [],
|
|
|
|
'suggests' => [],
|
|
|
|
],
|
|
|
|
];
|