UNPKG

keystone

Version:

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

12 lines (11 loc) 264 B
module.exports = { Field: require('../CodeField'), Filter: require('../CodeFilter'), readme: require('fs').readFileSync('./fields/types/code/Readme.md', 'utf8'), section: 'Text', spec: { label: 'Code', path: 'text', value: '<p>Hello World!</p>', }, };