UNPKG

keystone

Version:

Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose

12 lines (10 loc) 195 B
/** * Maps a built-in field (e.g. name) to a specific path */ function map (field, path) { if (path) { this.mappings[field] = path; } return this.mappings[field]; } module.exports = map;