mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-22 06:26:09 +01:00
a3652e787c
Change-Id: If92f54c5a28edba2dc330ca8e32e5dcfda817f6f Reviewed-on: https://review.typo3.org/59116 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.5.3',
|
|
'constraints' => [
|
|
'depends' => [
|
|
'typo3' => '9.5.3',
|
|
],
|
|
'conflicts' => [],
|
|
'suggests' => [],
|
|
],
|
|
];
|