UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

36 lines (35 loc) 596 B
import { defineMessage as a } from "react-intl"; import e from "./edit.js"; import i from "./edit-validation.js"; import t from "./preview.js"; const m = { edit: e, editSchema: i, preview: { panel: t, designer: t }, formDesigner: { label: a({ id: "wBLfLz", defaultMessage: [{ type: 0, value: "Signature" }] }) }, builderInfo: { title: "Signature", icon: "pencil", schema: { id: "yejak", type: "signature", ...e.defaultValues } }, defaultValue: "", holdsData: !0 }; export { m as default };