UNPKG

keystone

Version:

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

11 lines (10 loc) 203 B
module.exports = { Field: require('../TextArrayField'), Filter: require('../TextArrayFilter'), section: 'Text', spec: { label: 'Textarray', path: 'textarray', value: ['Hello', 'World'], }, };