32 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| /***************************************************************
 | |
|  * 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(
 | |
|                       'title'            => 'Discourse SSO',
 | |
|                       'description'      => 'This is a SSO Provider for Discourse (see discourse.org) allowing Typo3 to '.
 | |
|                                             'be used to authenticate discourse users. User\'s name, login and email '.
 | |
|                                             'address is passed to discourse, allowing easy setup of users.',
 | |
|                       'category'         => 'plugin',
 | |
|                       'author'           => 'Dirk Jahnke',
 | |
|                       'author_email'     => 'dirk.jahnke@mailbox.org',
 | |
|                       'state'            => 'stable',
 | |
|                       'internal'         => '',
 | |
|                       'uploadfolder'     => '0',
 | |
|                       'createDirs'       => '',
 | |
|                       'clearCacheOnLoad' => 0,
 | |
|                       'version'          => '1.0.0',
 | |
|                       'constraints'      => array(
 | |
|                                              'depends'   => array('typo3' => '6.2.0-7.9.99'),
 | |
|                                              'conflicts' => array(),
 | |
|                                              'suggests'  => array(),
 | |
|                                             ),
 | |
|                      );
 |