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,16 @@
<?php
if (!defined('TYPO3_MODE')) {
die('Access denied.');
}
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
'Internetfabrik.' . $_EXTKEY,
'Faecherplaner',
array(
'Faecherplaner' => 'step1, step2, step3, step4, step5, pdf, schuleAutosuggestion, schuleAutosuggestionSelected',
),
// non-cacheable actions
array(
'Faecherplaner' => 'step1, step2, step3, step4, step5, pdf, schuleAutosuggestion, schuleAutosuggestionSelected',
)
);