convert to auto form

This commit is contained in:
Michael Genson
2026-02-24 18:16:13 +00:00
parent fd8577b7ba
commit 7347d81ebc
4 changed files with 107 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
export const fieldTypes = {
TEXT: "text",
TEXT_AREA: "textarea",
NUMBER: "number",
SELECT: "select",
BOOLEAN: "boolean",
PASSWORD: "password",