[ 'rel' => [ 'label' => 'rel Attribute of generated a Tag', 'config' => [ 'type' => 'input', ], ], 'url' => [ 'config' => [ 'renderType' => 'inputLink', 'softref' => 'typolink', ], ], 'lastUpdated' => [ 'label' => $languagePath . 'lastUpdated', 'config' => [ 'eval' => 'date,int', ], ], 'description' => [ 'config' => [ 'max' => 200, ], ], ], ]); \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addToAllTCAtypes( $tableName, 'rel', (string) \TYPO3\CMS\Core\Domain\Repository\PageRepository::DOKTYPE_LINK, 'after:url' ); })('ds_site', 'pages');