[INIT]
This commit is contained in:
31
ext_emconf.php
Normal file
31
ext_emconf.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<?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' => [],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user