[ 'rel' => [ 'label' => 'rel Attribute of generated a Tag', 'config' => [ 'type' => 'input', ], ], 'url' => [ 'config' => [ 'type' => 'link', ], ], 'lastUpdated' => [ 'label' => $languagePath . 'lastUpdated', 'config' => [ 'eval' => 'date,int', ], ], 'description' => [ 'config' => [ 'max' => 200, ], ], ], ]); ExtensionManagementUtility::addToAllTCAtypes( $tableName, 'rel', (string) PageRepository::DOKTYPE_LINK, 'after:url' ); })('ds_site', 'pages');