formiojs
Version:
Common js library for client side interaction with <form.io>
31 lines (30 loc) • 573 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
type: 'form',
components: [{
label: 'Password',
tableView: false,
key: 'password',
type: 'password',
input: true,
protected: true
}, {
label: 'Submit',
showValidations: false,
tableView: false,
key: 'submit',
type: 'button',
input: true
}],
revisions: '',
_vid: 0,
title: 'password tests',
display: 'form',
name: 'passwordTests',
path: 'passwordtests'
};
exports.default = _default;