mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-12 18:36:09 +01:00
24376e075e
Change-Id: I221d472b3bd9ac035221cb804601740cf77847b0 Reviewed-on: https://review.typo3.org/55505 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Oliver Hader <oliver.hader@typo3.org> Tested-by: Oliver Hader <oliver.hader@typo3.org>
21 lines
501 B
PHP
21 lines
501 B
PHP
<?php
|
|
$EM_CONF[$_EXTKEY] = [
|
|
'title' => 'Frontend Editing',
|
|
'description' => '',
|
|
'category' => 'fe',
|
|
'author' => 'TYPO3 Core Team',
|
|
'author_email' => 'typo3cms@typo3.org',
|
|
'author_company' => '',
|
|
'state' => 'stable',
|
|
'uploadfolder' => 0,
|
|
'createDirs' => '',
|
|
'clearCacheOnLoad' => 0,
|
|
'version' => '9.2.0',
|
|
'constraints' => [
|
|
'depends' => [
|
|
'typo3' => '9.2.0',
|
|
],
|
|
'conflicts' => [],
|
|
'suggests' => [],
|
|
],
|
|
];
|