Initial commit

This commit is contained in:
2018-04-02 08:07:38 +02:00
commit 7330c1ed3e
2054 changed files with 405203 additions and 0 deletions

View 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 (
),
),
);