mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-10 01:36:09 +01:00
19 lines
473 B
PHP
19 lines
473 B
PHP
<?php
|
|
$EM_CONF[$_EXTKEY] = [
|
|
'title' => 'Basic Frontend Editing',
|
|
'description' => '',
|
|
'category' => 'fe',
|
|
'author' => 'Friends of TYPO3',
|
|
'author_email' => 'friendsof@typo3.org',
|
|
'author_company' => '',
|
|
'state' => 'stable',
|
|
'clearCacheOnLoad' => true,
|
|
'version' => '11.0.0',
|
|
'constraints' => [
|
|
'depends' => [
|
|
'typo3' => '11.5.0-12.2.99',
|
|
],
|
|
'conflicts' => [],
|
|
'suggests' => [],
|
|
],
|
|
];
|