UNPKG

keystone

Version:

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

13 lines (12 loc) 281 B
module.exports = { Field: require('../HtmlField'), Filter: require('../HtmlFilter'), readme: require('fs').readFileSync('./fields/types/html/Readme.md', 'utf8'), section: 'Text', spec: { label: 'Html', path: 'html', value: '<p>Hello World!</p>', wysiwyg: true, }, };