diff --git a/ext_emconf.php b/ext_emconf.php index 5e07ea574..b5dd27e23 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,11 +3,7 @@ /*************************************************************** * Extension Manager/Repository config file for ext: "sf_event_mgt" * - * Auto generated by Extension Builder 2014-05-17 - * - * Manual updates: - * Only the data in the array - anything else is removed by next write. - * "version" and "dependencies" must not be touched! + * Generated at: 2014-05-17 ***************************************************************/ $EM_CONF[$_EXTKEY] = [ @@ -17,15 +13,10 @@ 'author' => 'Torben Hansen', 'author_email' => 'derhansen@gmail.com', 'state' => 'stable', - 'uploadfolder' => '0', - 'createDirs' => '', - 'clearCacheOnLoad' => 1, 'version' => '8.0.0-dev', 'constraints' => [ 'depends' => [ 'typo3' => '13.3.0-13.4.99', ], - 'conflicts' => [], - 'suggests' => [], ], ];