UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

23 lines (22 loc) 808 B
"use client"; import { jsx as e, jsxs as r } from "react/jsx-runtime"; import { Accordion as t } from "../../../../components/shared/accordion.js"; import l from "./text-editor.control.js"; import { SettingsType as o } from "../../../../types/index.js"; const m = () => /* @__PURE__ */ e(t, { defaultValue: "General", type: "single", collapsible: !0, children: /* @__PURE__ */ r(t.Item, { value: "General", children: [ /* @__PURE__ */ e(t.Trigger, { className: "p-4", children: "General" }), /* @__PURE__ */ e(t.Content, { className: "px-4", children: /* @__PURE__ */ e( l, { className: "mt-0", label: "Text Content", type: o.BLOCK, fieldName: "text", isLocalized: !0 } ) }) ] }) }); export { m as default }; //# sourceMappingURL=text-content.control.js.map