Initial commit
This commit is contained in:
36
typo3conf/ext/if_oberstufenplaner/ext_emconf.php
Normal file
36
typo3conf/ext/if_oberstufenplaner/ext_emconf.php
Normal 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(
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user