formiojs
Version:
Common js library for client side interaction with <form.io>
16 lines (15 loc) • 347 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = [{
type: 'textfield',
input: true,
key: 'dataFormat',
label: 'Data Format',
placeholder: 'HH:mm:ss',
tooltip: 'The moment.js format for saving the value of this field.',
weight: 25
}];
exports.default = _default;