formiojs
Version:
Common js library for client side interaction with <form.io>
34 lines (33 loc) • 623 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
'tags': [],
'type': 'textarea',
'validate': {
'custom': '',
'pattern': '',
'maxLength': '',
'minLength': '',
'required': false
},
'wysiwyg': false,
'persistent': true,
'protected': false,
'defaultValue': '',
'multiple': false,
'rows': 3,
'suffix': '',
'prefix': '',
'placeholder': '',
'key': 'textArea',
'label': 'Text Area',
'editor': 'ace',
'as': 'json',
'tableView': true,
'spellcheck': true,
'input': true
};
exports.default = _default;