Initial commit
This commit is contained in:
16
typo3conf/ext/if_access_buttons/ext_localconf.php
Normal file
16
typo3conf/ext/if_access_buttons/ext_localconf.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
if (!defined('TYPO3_MODE')) {
|
||||
die('Access denied.');
|
||||
}
|
||||
|
||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
|
||||
'Ifabrik.' . $_EXTKEY,
|
||||
'Pi1',
|
||||
array(
|
||||
'AccessibilityButtons' => 'show,ajax',
|
||||
),
|
||||
// non-cacheable actions
|
||||
array(
|
||||
'AccessibilityButtons' => 'show,ajax',
|
||||
)
|
||||
);
|
||||
Reference in New Issue
Block a user