42 lines
1.1 KiB
PHP
42 lines
1.1 KiB
PHP
<?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 (
|
|
),
|
|
),
|
|
);
|
|
|