trailsjs / doc

:books: Trails.js Documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

config/views

nogtini opened this issue · comments

/**
 * 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