TYPO3 CMS  TYPO3_6-2
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 $EM_CONF[$_EXTKEY] = array(
3  'title' => 'OpenID authentication',
4  'description' => 'Adds OpenID authentication to TYPO3',
5  'category' => 'services',
6  'author' => 'Dmitry Dulepov',
7  'author_email' => 'dmitry@typo3.org',
8  'author_company' => 'TYPO3 core team',
9  'state' => 'stable',
10  'uploadfolder' => 0,
11  'createDirs' => '',
12  'clearCacheOnLoad' => 0,
13  'version' => '6.2.0',
14  'constraints' => array(
15  'depends' => array(
16  'typo3' => '6.2.0-6.2.99',
17  'sv' => '6.2.0-6.2.99',
18  'setup' => '6.2.0-6.2.99',
19  ),
20  'conflicts' => array(
21  'naw_openid' => '',
22  'naw_openid_be' => ''
23  ),
24  'suggests' => array(),
25  ),
26  '_md5_values_when_last_written' => '',
27 );
$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2