Initial commit
This commit is contained in:
41
typo3conf/ext/tgm_socialshareprivacy/ext_emconf.php
Normal file
41
typo3conf/ext/tgm_socialshareprivacy/ext_emconf.php
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
|
||||
/***************************************************************
|
||||
* Extension Manager/Repository config file for ext "tgm_socialshareprivacy".
|
||||
*
|
||||
* Auto generated 15-12-2015 07:33
|
||||
*
|
||||
* Manual updates:
|
||||
* Only the data in the array - everything else is removed by next
|
||||
* writing. "version" and "dependencies" must not be touched!
|
||||
***************************************************************/
|
||||
|
||||
$EM_CONF[$_EXTKEY] = array (
|
||||
'title' => 'Teamgeist Social Share Privacy',
|
||||
'description' => 'Extension inspired by "heise social share privacy" but completely new. Fully based on Extbase / Fluid. Create your own buttons as records or use some of the default buttons!',
|
||||
'category' => 'plugin',
|
||||
'version' => '1.0.0',
|
||||
'state' => 'stable',
|
||||
'uploadfolder' => true,
|
||||
'createDirs' => '',
|
||||
'clearcacheonload' => false,
|
||||
'author' => 'Paul Beck',
|
||||
'author_email' => 'pb@teamgeist-medien.de',
|
||||
'author_company' => 'Teamgeist Medien GbR',
|
||||
'constraints' =>
|
||||
array (
|
||||
'depends' =>
|
||||
array (
|
||||
'extbase' => '6.0',
|
||||
'fluid' => '6.0',
|
||||
'typo3' => '6.0.0-6.2.99',
|
||||
),
|
||||
'conflicts' =>
|
||||
array (
|
||||
),
|
||||
'suggests' =>
|
||||
array (
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user