Hello
How can I add an ID or NAME to a NAV link,I have trie like this but no luck:
public function getActions() {
return array(
array(
'action' => "nav_primary_staff",
'uri' => "/some_folder/",
'name' => "Link Test",
'options' => array('id' => "SomeID",'name' => "SomeName")
),
);
}
Any help?
Tanks in advance
Paulo V