Your IP : 216.73.217.13


Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-belog/Configuration/Backend/
Upload File :
Current File : /var/www/surf/TYPO3/vendor/typo3/cms-belog/Configuration/Backend/Modules.php

<?php

use TYPO3\CMS\Belog\Controller\BackendLogController;

/**
 * Definitions for modules provided by EXT:belog
 */
return [
    'system_BelogLog' => [
        'parent' => 'system',
        'access' => 'user',
        'iconIdentifier' => 'module-belog',
        'labels' => 'LLL:EXT:belog/Resources/Private/Language/locallang_mod.xlf',
        'extensionName' => 'Belog',
        'controllerActions' => [
            BackendLogController::class => [
                'list', 'deleteMessage',
            ],
        ],
    ],
];