UNPKG

apostrophe

Version:

The Apostrophe Content Management System.

13 lines (10 loc) 243 B
module.exports = { construct: function(self, options) { // Set property self.color = 'red'; // Push an asset self.pushAsset('stylesheet', 'test', { when: 'always' }); // Attach to apos self.apos.test = self; } };