UNPKG

keystone

Version:

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

12 lines (11 loc) 272 B
module.exports = { Field: require('../BooleanField'), Filter: require('../BooleanFilter'), readme: require('fs').readFileSync('./fields/types/boolean/Readme.md', 'utf8'), section: 'Miscellaneous', spec: { label: 'Boolean', path: 'boolean', value: false, }, };