formiojs
Version:
Common js library for client side interaction with <form.io>
24 lines (23 loc) • 600 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = [{
weight: 125,
key: 'validate.minWords',
label: 'Minimum Word Length',
placeholder: 'Minimum Word Length',
type: 'number',
tooltip: 'The minimum amount of words that can be added to this field.',
input: true
}, {
weight: 126,
key: 'validate.maxWords',
label: 'Maximum Word Length',
placeholder: 'Maximum Word Length',
type: 'number',
tooltip: 'The maximum amount of words that can be added to this field.',
input: true
}];
exports.default = _default;