formiojs
Version:
Common js library for client side interaction with <form.io>
38 lines (37 loc) • 699 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
type: 'form',
components: [{
label: 'Radio',
optionsLabelPosition: 'right',
inline: true,
tableView: false,
values: [{
label: '',
value: ''
}],
validate: {
onlyAvailableItems: false
},
key: 'radio',
type: 'radio',
input: true
}, {
label: 'Submit',
showValidations: false,
alwaysEnabled: false,
tableView: false,
key: 'submit',
type: 'button',
input: true
}],
title: 'test testrer',
display: 'form',
name: 'testTestrer',
path: 'testtestrer'
};
exports.default = _default;