UNPKG

formiojs

Version:

Common js library for client side interaction with <form.io>

20 lines (19 loc) 385 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = [{ key: 'label', hidden: true, calculateValue: 'value = data.legend' }, { weight: 1, type: 'textfield', input: true, key: 'legend', label: 'Legend', placeholder: 'Legend', tooltip: 'The legend for this Fieldset.' }]; exports.default = _default;