Your IP : 216.73.217.13


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

<?php

use TYPO3\CMS\Webhooks\Controller\ManagementController;

/**
 * Definitions for modules provided by EXT:webhooks
 */
return [
    'webhooks_management' => [
        'parent' => 'system',
        'position' => ['after' => 'system_BeuserTxBeuser'],
        'access' => 'admin',
        'workspaces' => 'live',
        'path' => '/module/webhooks',
        'iconIdentifier' => 'module-webhooks',
        'labels' => 'LLL:EXT:webhooks/Resources/Private/Language/locallang_module_webhooks.xlf',
        'routes' => [
            '_default' => [
                'target' => ManagementController::class . '::overviewAction',
            ],
        ],
    ],
];