UNPKG

glintcms-starter-intesso

Version:

This is a WebSite implementation with GlintCMS. It shows how you can use GlintCMS.

11 lines (6 loc) 222 B
exports.identifier = 'page-articles'; exports.id = 'articles'; exports.title = 'i18n-Articles'; exports.route = '/articles'; exports.dataTemplate = '__template__'; exports.place = process.env.GLINT_PLACE || 'browser';