UNPKG

grapesjs

Version:

Free and Open Source Web Builder Framework

11 lines (7 loc) 212 B
const Property = require('./Property'); module.exports = Property.extend({ defaults: { ...Property.prototype.defaults, // Array of options, eg. [{name: 'Label ', value: '100'}] options: [], }, });