+my %link_type_defaults = (
+ filter => 'type_filter',
+ project => 'globalproject',
+ description => 'transaction_description',
+ description_title => t8('Transaction description'),
+ date => 'transdate',
+);
+
+my @link_type_specifics = (
+ { title => t8('Requirement spec'), type => 'requirement_spec', model => 'RequirementSpec', number => 'id', description => 'title', description_title => t8('Title'), date => undef, project => 'project', filter => 'working_copy_filter', },