TYPO3  7.6
sys_action/ext_localconf.php
Go to the documentation of this file.
1 <?php
2 defined('TYPO3_MODE') or die();
3 
4 if (TYPO3_MODE === 'BE') {
5  $GLOBALS['TYPO3_CONF_VARS']['BE']['toolbarItems'][1435433113] = 'TYPO3\\CMS\\SysAction\\Backend\\ToolbarItems\\ActionToolbarItem';
6 }