function panopoly_news_apps_app_info in Panopoly News 7
Implementation of hook_apps_app_info()
File
- ./
panopoly_news.module, line 12
Code
function panopoly_news_apps_app_info() {
return array(
'demo content description' => 'If you are using Panopoly News for the first time we recommend you install some demo content to see how the magic works.<br/><br/>',
'demo content module' => 'panopoly_news_demo',
'demo content link path' => 'news',
'configure form' => 'panopoly_news_configure_form',
);
}