We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -14,13 +14,13 @@ |
||
| 14 | 14 | if (\TYPO3_MODE === 'BE') { |
| 15 | 15 | \TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerModule( |
| 16 | 16 | 'Kitodo.Dlf', |
| 17 | - 'tools', // Main area |
|
| 18 | - 'newTenantModule', // Name of the module |
|
| 19 | - 'bottom', // Position of the module |
|
| 20 | - [ // Allowed controller action combinations |
|
| 17 | + 'tools', // Main area |
|
| 18 | + 'newTenantModule', // Name of the module |
|
| 19 | + 'bottom', // Position of the module |
|
| 20 | + [// Allowed controller action combinations |
|
| 21 | 21 | NewTenant::class => 'index,addMetadata,addSolrCore,addStructure', |
| 22 | 22 | ], |
| 23 | - [ // Additional configuration |
|
| 23 | + [// Additional configuration |
|
| 24 | 24 | 'access' => 'admin', |
| 25 | 25 | 'icon' => 'EXT:dlf/Resources/Public/Icons/Extension.svg', |
| 26 | 26 | 'labels' => 'LLL:EXT:dlf/Resources/Private/Language/locallang_be.xlf', |