2009-07-01 19:18:53 +02:00
|
|
|
<?php
|
2016-08-30 14:34:52 +02:00
|
|
|
$EM_CONF[$_EXTKEY] = [
|
2015-10-09 00:08:57 +02:00
|
|
|
'title' => 'Frontend Editing',
|
|
|
|
'description' => '',
|
|
|
|
'category' => 'fe',
|
|
|
|
'author' => 'Jeff Segars, David Slayback',
|
|
|
|
'author_email' => 'jeff@webempoweredchurch.org, dave@webempoweredchurch.org',
|
|
|
|
'author_company' => 'Web-Empowered Church',
|
|
|
|
'state' => 'stable',
|
|
|
|
'uploadfolder' => 0,
|
|
|
|
'createDirs' => '',
|
|
|
|
'clearCacheOnLoad' => 0,
|
2016-10-18 14:16:51 +02:00
|
|
|
'version' => '8.5.0',
|
2016-08-30 14:34:52 +02:00
|
|
|
'constraints' => [
|
|
|
|
'depends' => [
|
2016-10-18 14:16:51 +02:00
|
|
|
'typo3' => '8.5.0-8.5.99',
|
2016-08-30 14:34:52 +02:00
|
|
|
],
|
|
|
|
'conflicts' => [],
|
|
|
|
'suggests' => [],
|
|
|
|
],
|
|
|
|
];
|