We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71684b0 commit 1b72a9dCopy full SHA for 1b72a9d
Configuration/TCA/Overrides/sys_file_storage.php
@@ -34,7 +34,7 @@ function ($extKey, $table): void {
34
foreach ($site->getAllSites() as $siteItem) {
35
$additionalColumns['tx_canonical_files_site_identifier']['config']['items'][] = [
36
// Website title and identifier (in case of multiple sites with the same title)
37
- (
+ 'label' => (
38
!empty($siteItem->getConfiguration()['websiteTitle']) ?
39
$siteItem->getConfiguration()['websiteTitle'] . ' - ' :
40
''
0 commit comments