formiojs
Version:
Common js library for client side interaction with <form.io>
42 lines (41 loc) • 808 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = [{
key: 'placeholder',
ignore: true
}, {
type: 'select',
input: true,
label: 'Options Label Position',
key: 'optionsLabelPosition',
tooltip: 'Position for the label for options for this field.',
dataSrc: 'values',
weight: 32,
defaultValue: 'right',
data: {
values: [{
label: 'Top',
value: 'top'
}, {
label: 'Left',
value: 'left'
}, {
label: 'Right',
value: 'right'
}, {
label: 'Bottom',
value: 'bottom'
}]
}
}, {
type: 'checkbox',
input: true,
key: 'inline',
label: 'Inline Layout',
tooltip: 'Displays the checkboxes/radios horizontally.',
weight: 650
}];
exports.default = _default;