UNPKG

grapesjs_codeapps

Version:

Free and Open Source Web Builder Framework/SC Modification

9 lines (7 loc) 158 B
const Property = require('./PropertyInteger'); module.exports = Property.extend({ defaults: { ...Property.prototype.defaults, showInput: 1 } });