formiojs
Version:
Common js library for client side interaction with <form.io>
21 lines (20 loc) • 376 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
'label': 'Upload',
'tableView': false,
'storage': 'base64',
'webcam': false,
'fileTypes': [{
'label': '',
'value': ''
}],
'calculateServer': false,
'key': 'upload',
'type': 'file',
'input': true
};
exports.default = _default;