UNPKG

apostrophe

Version:
9 lines (8 loc) 179 B
// Implicit subclass of @apostrophecms/module module.exports = { init(self) { // Set property // TODO: Probably remove this test option. self.color = 'blue'; } };