mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 01:16:08 +01:00
68df6919eb
Resolves: #75230 Releases: master Change-Id: I44c34a7ddb804a28031395b7e100b33d43e12a76 Reviewed-on: https://review.typo3.org/47360 Reviewed-by: Michael Oehlhof <typo3@oehlhof.de> Tested-by: Michael Oehlhof <typo3@oehlhof.de> Reviewed-by: Benni Mack <benni@typo3.org> Tested-by: Benni Mack <benni@typo3.org>
21 lines
603 B
PHP
21 lines
603 B
PHP
<?php
|
|
$EM_CONF[$_EXTKEY] = array(
|
|
'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,
|
|
'version' => '8.1.0',
|
|
'constraints' => array(
|
|
'depends' => array(
|
|
'typo3' => '8.1.0-8.1.99',
|
|
),
|
|
'conflicts' => array(),
|
|
'suggests' => array(),
|
|
),
|
|
);
|