2009-07-01 19:18:53 +02:00
|
|
|
<?php
|
|
|
|
$EM_CONF[$_EXTKEY] = array(
|
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-03-22 19:31:16 +01:00
|
|
|
'version' => '8.1.0',
|
2015-10-09 00:08:57 +02:00
|
|
|
'constraints' => array(
|
|
|
|
'depends' => array(
|
2016-03-22 19:31:16 +01:00
|
|
|
'typo3' => '8.1.0-8.1.99',
|
2015-10-09 00:08:57 +02:00
|
|
|
),
|
|
|
|
'conflicts' => array(),
|
|
|
|
'suggests' => array(),
|
|
|
|
),
|
2009-07-01 19:18:53 +02:00
|
|
|
);
|