TYPO3  7.6
documentation/ext_emconf.php
Go to the documentation of this file.
1 <?php
2 $EM_CONF[$_EXTKEY] = array(
3  'title' => 'Documentation',
4  'description' => 'Backend module for TYPO3 to list and show documentation of loaded extensions as well as custom documents.',
5  'category' => 'be',
6  'author' => 'Xavier Perseguers, Francois Suter',
7  'author_email' => 'xavier@typo3.org, francois.suter@typo3.org',
8  'author_company' => '',
9  'state' => 'stable',
10  'uploadfolder' => '0',
11  'createDirs' => '',
12  'clearCacheOnLoad' => 0,
13  'version' => '7.6.0',
14  'constraints' => array(
15  'depends' => array(
16  'extbase' => '7.6.0-7.6.99',
17  'fluid' => '7.6.0-7.6.99',
18  'typo3' => '7.6.0-7.6.99',
19  ),
20  'conflicts' => array(
21  ),
22  'suggests' => array(
23  ),
24  ),
25 );