32 lines
894 B
PHP
32 lines
894 B
PHP
<?php
|
|
|
|
/***************************************************************
|
|
* Extension Manager/Repository config file for ext: "templates_aide"
|
|
*
|
|
* Auto generated by Extension Builder 2018-11-29
|
|
*
|
|
* 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] = [
|
|
'title' => 'Templates Aide',
|
|
'description' => '',
|
|
'category' => 'plugin',
|
|
'author' => 'Philipp Dieter',
|
|
'author_email' => 'philippdieter@attic-media.net',
|
|
'state' => 'alpha',
|
|
'uploadfolder' => 0,
|
|
'createDirs' => '',
|
|
'clearCacheOnLoad' => 0,
|
|
'version' => '0.0.1',
|
|
'constraints' => [
|
|
'depends' => [
|
|
'typo3' => '8.7.0-8.7.99',
|
|
],
|
|
'conflicts' => [],
|
|
'suggests' => [],
|
|
],
|
|
];
|