Extending sys_file_reference (FAL)
问题 I want to extend sys_file_reference with a own field. So i created the field and the TCA. In the backend the field is usable, but i cant refer to the field in my fluid template. ext_tables.php: CREATE TABLE sys_file_reference ( nofollow int(11) DEFAULT '0' NOT NULL, ); Configuration/TCA/Overrides/sys_file_reference.php: $tempColumns = array( 'nofollow' => array( 'exclude' => 1, 'l10n_mode' => 'mergeIfNotBlank', 'label' => 'Link als Nofollow?', 'config' => array( 'type' => 'check', 'default' =