Changed ext_emconf

This commit is contained in:
Dirk Jahnke 2016-09-22 20:42:44 +02:00
parent d6f5fb6257
commit 4734856dfc
1 changed files with 29 additions and 34 deletions

View File

@ -1,40 +1,35 @@
<?php <?php
/** /***************************************************************
* Extension Manager/Repository config file for ext: "dj_discourse_sso" * Extension Manager/Repository config file for ext: "dj_discourse_sso"
*/ *
* Auto generated by Extension Builder 2016-02-19
*
* Manual updates:
* Only the data in the array - anything else is removed by next write.
* "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = array( $EM_CONF[$_EXTKEY] = array(
'title' => 'Discourse SSO', 'title' => 'Discourse SSO',
'description' => 'Single sign on support for Discourse forum software, thus FE users from Typo3 are automatically logged into Discourse', 'description' => 'This is an SSO Provider for Discourse (see discourse.org) allowing Typo3 to be used to authenticate discourse users. User\'s n
'category' => 'be', ame, login and email address is passed to discourse, allowing easy setup o fusers.',
'author' => 'Dirk Jahnke', 'category' => 'plugin',
'author_email' => 'dirk.jahnke@mailbox.org', 'author' => 'Dirk Jahnke',
'author_company' => 'Dirk Jahnke', 'author_email' => 'dirk.jahnke@mailbox.org',
'shy' => '', 'state' => 'experimental',
'dependencies' => 'extbase,fluid', 'internal' => '',
'conflicts' => '', 'uploadfolder' => '0',
'priority' => 'bottom', 'createDirs' => '',
'state' => 'beta', 'clearCacheOnLoad' => 0,
'uploadfolder' => '0', 'version' => '0.0.1',
'createDirs' => '', 'constraints' => array(
'modify_tables' => '', 'depends' => array(
'clearCacheOnLoad' => 1, 'typo3' => '6.2.0-7.2.99',
'lockType' => '', ),
'version' => '0.0.1', 'conflicts' => array(
'constraints' => array( ),
'depends' => array( 'suggests' => array(
'php' => '5.4.0-0.0.0', ),
'typo3' => '6.2.0-6.2.99', ),
'extbase' => '6.2.0-6.2.99',
'fluid' => '0.0.0-0.0.0',
),
'conflicts' => array(
),
'suggests' => array(
'devlog' => '0.0.0-0.0.0',
),
),
); );
?> ?>