Skip to content

Commit

Permalink
[TASK] Base extension files
Browse files Browse the repository at this point in the history
  • Loading branch information
Claus Due committed Nov 2, 2012
1 parent 9f81212 commit bd3d269
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions ext_emconf.php
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' => '',
);

?>
Binary file added ext_icon.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bd3d269

Please sign in to comment.