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