TYPO3 CMS  TYPO3_6-2
All Classes Namespaces Files Functions Variables Pages
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 $EM_CONF[$_EXTKEY] = array(
3  'title' => 'Advanced file metadata',
4  'description' => 'Add advanced metadata to File.',
5  'category' => 'misc',
6  'state' => 'stable',
7  'uploadfolder' => '0',
8  'createDirs' => '',
9  'clearCacheOnLoad' => 0,
10  'version' => '6.2.0',
11  'constraints' => array(
12  'depends' => array(
13  'typo3' => '6.2.0-6.2.99',
14  ),
15  'conflicts' => array(),
16  'suggests' => array(),
17  ),
18 );
$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2