This commit is contained in:
Philipp Dieter
2018-11-30 22:50:45 +01:00
commit baa56b6dc3
43 changed files with 1794 additions and 0 deletions

31
ext_emconf.php Normal file
View 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' => [],
],
];