Initial commit
This commit is contained in:
34
typo3conf/ext/if_access_buttons/ext_emconf.php
Normal file
34
typo3conf/ext/if_access_buttons/ext_emconf.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
|
||||
/***************************************************************
|
||||
* Extension Manager/Repository config file for ext: "if_access_buttons"
|
||||
*
|
||||
* Auto generated by Extension Builder 2016-02-08
|
||||
*
|
||||
* Manual updates:
|
||||
* Only the data in the array - anything else is removed by next write.
|
||||
* "version" and "dependencies" must not be touched!
|
||||
***************************************************************/
|
||||
|
||||
$EM_CONF[$_EXTKEY] = array(
|
||||
'title' => 'Accessibility Buttons',
|
||||
'description' => 'Accessibility Buttons (Contrast, Fontsize)',
|
||||
'category' => 'plugin',
|
||||
'author' => 'Marco Kuprat',
|
||||
'author_email' => 'mk@internetfabrik.de',
|
||||
'state' => 'beta',
|
||||
'internal' => '',
|
||||
'uploadfolder' => '0',
|
||||
'createDirs' => '',
|
||||
'clearCacheOnLoad' => 0,
|
||||
'version' => '0.1.1',
|
||||
'constraints' => array(
|
||||
'depends' => array(
|
||||
'typo3' => '6.2.0-7.6.99',
|
||||
),
|
||||
'conflicts' => array(
|
||||
),
|
||||
'suggests' => array(
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user