I am trying to create a blog module following your instructions in the advanced modules help.
I see you write: "Dashboard Controller - If you add a controller with the name of Dashboard, then it can get pulled in to the FUEL admin (if the module is in the fuel $config['dashboards'] configuration)"
The blog module has a dashboard contoroller but I don't see anywhere that there is a $config['dashboards'] configuration.
Where is this configuration and what is it for?
Comments
It is used to pull in different dashboards.
So what is your dashboard controller for?
$config['dashboards'] = array('fuel', 'blog');