Dashboard - Static 'thirdLevelNav'

Permalink
Is there a way to set the thirdLevelNav much like setting the subnav?

I know with the subnav you throw this in the controller file:
$subnav = array(
   array(View::url('/dashboard/path/to', 'page1'), t('Page 1')),
   array(View::url('/dashboard/path/to', 'page2'), t('Page 2'))
);
$this->set('subnav', $subnav);
...but it doesn't seem like you can set the thirdLevelNav. Only disable it.

ijessup
 
andrew replied on at Permalink Reply
andrew
Not really - third level nav isn't really officially supported (since it looks ugly). So there aren't any tools to code it using an array.
ijessup replied on at Permalink Reply
ijessup
Any plans to support this? ...ie, If I wrote a patch, what are the chances of seeing this in the next release?