trailsjs / doc

:books: Trails.js Documentation
Other
18 stars 10 forks source link

config/views #35

Open nogtini opened 7 years ago

nogtini commented 7 years ago
/**
 * 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