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,43 @@
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "vhs".
*
* Auto generated 26-01-2016 21:01
*
* 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' => 'VHS: Fluid ViewHelpers',
'description' => 'A collection of ViewHelpers to perform rendering tasks which are not natively supported by Fluid - for example: advanced formatters, math calculators, specialized conditions and Iterator/Array calculators and processors',
'category' => 'misc',
'author' => 'FluidTYPO3 Team',
'author_email' => 'claus@namelesscoder.net',
'author_company' => '',
'state' => 'stable',
'uploadfolder' => true,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '2.4.0',
'constraints' =>
array (
'depends' =>
array (
'php' => '5.4.0-5.6.99',
'typo3' => '6.2.0-7.6.99',
'cms' => '',
),
'conflicts' =>
array (
),
'suggests' =>
array (
),
),
'_md5_values_when_last_written' => '',
'clearcacheonload' => true,
);