UNPKG

alinea

Version:
18 lines (16 loc) 409 B
import "../../chunks/chunk-NZLE2WMY.js"; // src/field/json/JsonField.ts import { ScalarField } from "alinea/core/field/ScalarField"; import { viewKeys } from "alinea/dashboard/editor/ViewKeys"; var JsonField = class extends ScalarField { }; function json(label, options = {}) { return new JsonField({ options: { label, ...options }, view: viewKeys.JsonInput }); } export { JsonField, json };