The Openstad version of ApostropheCMS
module.exports = {
label: 'custom module',
construct: function(self, options) {
}
};var apos = openstadCms.site({
bundles: ['@openstad/cms'],
// See lib/modules for basic project-level configuration of our modules
// responsible for serving static assets, managing page templates and
// configuring user accounts.
modules: {
'custom-module': {}
}
});Last updated
Was this helpful?