35 lines
917 B
PHP
35 lines
917 B
PHP
<?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(
|
|
),
|
|
),
|
|
);
|