UNPKG

formiojs

Version:

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

25 lines (24 loc) 756 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = [{ key: 'customComponentDescription', label: 'Custom component description', input: false, tag: 'p', content: 'Custom components can be used to render special fields or widgets inside your app. ' + 'For information on how to display in an app, see ' + '<a href="http://help.form.io/userguide/#custom" target="_blank">' + 'custom component documentation' + '</a>.', type: 'htmlelement', weight: 5 }, { type: 'textarea', as: 'json', editor: 'ace', weight: 10, input: true, key: 'componentJson', label: 'Custom Element JSON', tooltip: 'Enter the JSON for this custom element.' }]; exports.default = _default;