mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-14 03:16:10 +01:00
941eba3a15
Releases: master Change-Id: Ia7f55a6f40ec6b80939a78b13aa3fafc6c11132a Reviewed-on: https://review.typo3.org/55055 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
21 lines
507 B
PHP
21 lines
507 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.1.0',
|
|
'constraints' => [
|
|
'depends' => [
|
|
'typo3' => '9.1.0-9.1.0',
|
|
],
|
|
'conflicts' => [],
|
|
'suggests' => [],
|
|
],
|
|
];
|