UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

37 lines (36 loc) 672 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 d = { edit: e, editSchema: i, preview: { panel: t, designer: t }, formDesigner: { label: a({ id: "yPD9g1", defaultMessage: [{ type: 0, value: "Select" }] }) }, builderInfo: { title: "Select", icon: "th-list", schema: { id: "yejak", type: "select", ...e.defaultValues } }, // default empty value for Formik - this ignores any manually configured options! defaultValue: "", holdsData: !0 }; export { d as default };