formiojs
Version:
Common js library for client side interaction with <form.io>
45 lines (44 loc) • 1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
'_id': '5ed8d0f9b507cf407c61f2d6',
'type': 'form',
'owner': '5e05a6b7549cdc2ece30c6b0',
'components': [{
'label': 'Form',
'tableView': true,
'modalEdit': true,
'components': [{
'label': 'Nested Text Field',
'tableView': true,
'key': 'nestedTextField',
'type': 'textfield',
'input': true
}],
'key': 'form',
'type': 'form',
'input': true
}, {
'type': 'button',
'label': 'Submit',
'key': 'submit',
'disableOnInvalid': true,
'input': true,
'tableView': false
}],
'controller': '',
'revisions': '',
'_vid': 0,
'title': 'nestedModal',
'display': 'form',
'access': [{
'roles': ['5e96e79ee1c3ad3178454100', '5e96e79ee1c3ad3178454101', '5e96e79ee1c3ad3178454102'],
'type': 'read_all'
}],
'name': 'nestedModal',
'path': 'nestedmodal'
};
exports.default = _default;