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