Initial commit

This commit is contained in:
2018-04-02 08:07:38 +02:00
commit 7330c1ed3e
2054 changed files with 405203 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
<?php
/***************************************************************
* Extension Manager/Repository config file for ext: "if_oberstufenplaner"
*
* Auto generated by Extension Builder 2015-09-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] = array(
'title' => 'Oberstufenplaner',
'description' => 'Oberstufenplaner - Kultusministerium',
'category' => 'plugin',
'author' => '',
'author_email' => '',
'state' => 'alpha',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '0.0.1',
'constraints' => array(
'depends' => array(
'typo3' => '6.2',
'vhs' => '2.0',
't3_tcpdf' => '2.4.0',
),
'conflicts' => array(
),
'suggests' => array(
),
),
);