forked from FluidTYPO3/vhs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Claus Due
committed
Nov 2, 2012
1 parent
9f81212
commit bd3d269
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?php | ||
|
||
$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' => 'Claus Due', | ||
'author_email' => '[email protected]', | ||
'author_company' => 'Wildside A/S', | ||
'shy' => '', | ||
'dependencies' => 'cms,extbase,fluid', | ||
'conflicts' => '', | ||
'priority' => '', | ||
'module' => '', | ||
'state' => 'stable', | ||
'internal' => '', | ||
'uploadfolder' => 0, | ||
'createDirs' => '', | ||
'modify_tables' => '', | ||
'clearCacheOnLoad' => 0, | ||
'lockType' => '', | ||
'version' => '1.0.0', | ||
'constraints' => array( | ||
'depends' => array( | ||
'typo3' => '4.5-0.0.0', | ||
'cms' => '', | ||
'extbase' => '', | ||
'fluid' => '', | ||
), | ||
'conflicts' => array( | ||
), | ||
'suggests' => array( | ||
), | ||
), | ||
'suggests' => array( | ||
), | ||
'_md5_values_when_last_written' => '', | ||
); | ||
|
||
?> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.