formiojs
Version:
Common js library for client side interaction with <form.io>
35 lines (34 loc) • 665 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
'lockKey': true,
'conditional': {
'eq': '',
'when': null,
'show': ''
},
'tags': [],
'hideLabel': true,
'type': 'signature',
'validate': {
'required': false
},
'persistent': true,
'protected': false,
'maxWidth': '2.5',
'minWidth': '0.5',
'backgroundColor': 'rgb(245,245,235)',
'penColor': 'black',
'height': '150px',
'width': '100%',
'footer': 'Sign above',
'placeholder': '',
'key': 'signature1',
'label': 'Signature',
'tableView': true,
'input': true
};
exports.default = _default;