Got it, sorry for the post but in case someone ask the same question, here is the fix:
$tags[] = array(
array(
‘name’ => ‘project_link’,
‘label’ => __( ‘Project Link’, ‘masterslider’ ),
‘type’ => ‘event’
),
array(
‘name’ => ‘project_custom_tag’,
‘label’ => __( ‘Project Custom Tag’, ‘masterslider’ ),
‘type’ => ‘event’
)
);
return $tags;
}