Skip to content

Instantly share code, notes, and snippets.

@splinter
Created October 4, 2016 09:58
Show Gist options
  • Save splinter/981385d5f6a4ecee749e5b124d2270e7 to your computer and use it in GitHub Desktop.
Save splinter/981385d5f6a4ecee749e5b124d2270e7 to your computer and use it in GitHub Desktop.
asset.renderer = function (ctx){
return {
pageDecorators: {
navigationBar: function(page) {
return require('/extensions/app/mycustom-store/modules/decorators.js').api.navigationBar(ctx, page, this);
}
}
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment