TYPO3  7.6
feedit/ext_emconf.php
Go to the documentation of this file.
1 <?php
2 $EM_CONF[$_EXTKEY] = array(
3  'title' => 'Frontend Editing',
4  'description' => '',
5  'category' => 'fe',
6  'author' => 'Jeff Segars, David Slayback',
7  'author_email' => 'jeff@webempoweredchurch.org, dave@webempoweredchurch.org',
8  'author_company' => 'Web-Empowered Church',
9  'state' => 'stable',
10  'uploadfolder' => 0,
11  'createDirs' => '',
12  'clearCacheOnLoad' => 0,
13  'version' => '7.6.0',
14  'constraints' => array(
15  'depends' => array(
16  'typo3' => '7.6.0-7.6.99',
17  ),
18  'conflicts' => array(),
19  'suggests' => array(),
20  ),
21 );