doc
doc copied to clipboard
config/views
/**
* 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