diff --git a/ext_emconf.php b/ext_emconf.php new file mode 100644 index 0000000..5c8161d --- /dev/null +++ b/ext_emconf.php @@ -0,0 +1,22 @@ + 'ThüCAT', + 'description' => 'Integration of ThüCAT into TYPO3 CMS.', + 'category' => 'fe', + 'state' => 'beta', + 'uploadfolder' => 0, + 'createDirs' => '', + 'clearCacheOnLoad' => 0, + 'author' => 'Daniel Siepmann', + 'author_email' => 'coding@daniel-siepmann.de', + 'author_company' => '', + 'version' => '0.1.0', + 'constraints' => [ + 'depends' => [ + 'core' => '', + ], + 'conflicts' => [], + 'suggests' => [], + ], +];