Adding Meta to your Modules
function index(event,rc,prc){
cbhelper.setMetaTitle( 'Gavins cool module' );
cbhelper.setMetaKeywords( 'Gavins cool keywords' );
cbhelper.setMetaDescription( 'Gavins cool description' );
cbhelper.prepareUIRequest( "pages" );
event.setView( "home/index" );
}Last updated
Was this helpful?
