UNPKG

keystone

Version:

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

18 lines (17 loc) 268 B
module.exports = { Field: require('../NameField'), Filter: require('../NameFilter'), section: 'Text', spec: { label: 'Name', path: 'name', paths: { first: 'name.first', last: 'name.last', }, value: { first: 'Jed', last: 'Watson', }, }, };