@konversi/konversi-cli
v1.0.10
Published
``` TEXT NUMBER CURRENCY BOOLEAN FILE DATE REFERENCE ```
Downloads
1,236
Readme
Custom Schemas
Custom Schema Field Types
TEXT
NUMBER
CURRENCY
BOOLEAN
FILE
DATE
REFERENCE
Forms
Template example:
{
pages: [
{
components: [
{
type: "text" | "number" | "boolean" | "file" | "radio" | "checkbox" | "custom_script" | "dropdown",,
label,
key,
// For radio or checkbox or dropdown
options?: [{label, value}]
// For custom_script:
customScriptId?: string
hint?,
isRequired = true,
default = '',
placeholder = ''
}
]
}
]
}