// JavaScript Document

$S.setVal("pModules",["p-lineup","p-discovery","p-article"]); 

//page settings  
$S.setVal("articleType","article");  //the article type, e.g. story, video, photo, etc..  
   
//article metadata 

$S.setVal("articleTitle","<$MTEntryTitle$>");  //the article title (if not set, the <title> tag will used as the article title)  
$S.setVal("articleID","<$MTEntryID$>");

$S.setVal("articleSection","cbcp-radio2");  //the article section (please make sure that the name abides by the convention as defined in the Article sections & categories section of the CBC PIG)  
$S.setVal("articleCategories",["daily_feature","music_news_views","specials","tech_q","today_on_radio_2","videos_of_the_week"]);  //the article category(ies)  
//Note: The 2 variables "articleSection" & "articleCategories" are *optional*.  However, if you want your article to be discoverable, they *must* be defined.


//lineup container ids  
$S.setVal("pluckContainerIds",["blog-entries-parent"]);  //the *direct* parent container(s) of the icons

//discovery objects
$S.setVal("discoveryObjects",
[{el: 'disc-rec-list', template: $S.getVal("tpl_headline"), eventSubscriber: { name: 'disc-rec', obj: 'disc-rec-link', evt: 'load'}, widgetParams:{ SearchSections: ['cbcp-radio2'], SearchCategories: ['All'], LimitToContributors:['Standard','Staff','Editor'], Activity: 'Recommended', Age: 7, MaximumNumberOfDiscoveries: '5'}, isDiscovered:false },
{el: 'disc-cmt-list', template: $S.getVal("tpl_headline"), eventSubscriber: { name: 'disc-cmt', obj: 'disc-cmt-link', evt: 'load'}, widgetParams:{ SearchSections: ['cbcp-radio2'], SearchCategories: ['All'], LimitToContributors:['Standard','Staff','Editor'], Activity: 'Commented', Age: 7, MaximumNumberOfDiscoveries: '10'}, isDiscovered:false }
]);


