-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
/**
* Views Configuration
* (app.config.views)
*
* @see http://trailsjs.io/doc/config/views.js
*/
const handlebars = require('handlebars')
module.exports = {
engine: handlebars
}
Few items:
• Need View docs for context/info about defaults and purpose
• Small typo to be fixed: /views.js to be /views
• Info about potential conflicts between third party views included in onPluginsLoaded in web.js and management therein
Metadata
Metadata
Assignees
Labels
No labels