Created
October 4, 2016 09:58
-
-
Save splinter/981385d5f6a4ecee749e5b124d2270e7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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