Admin components
#
Field#
Required propsProps | Description |
---|---|
field | string |
#
Texts#
Text fieldThe text field is used for basic string editing. This field has no rich text editing capabilities.
#
Required propsProps | Description |
---|---|
field | string |
label | React.ReactNode |
#
Text area field#
Required propsProps | Description |
---|---|
field | string |
label | React.ReactNode |
#
Rich text field#
Required propsProps | Description |
---|---|
field | string |
label | React.ReactNode |
#
Lists#
Select field#
Required propsProps | Description |
---|---|
field | string |
label | React.ReactNode |
options | string |
#
Multi select field#
Required propsProps | Description |
---|---|
field | string |
label | React.ReactNode |
options | string |
#
Repeater field#
Required propsProps | Description |
---|---|
field | string |
label | React.ReactNode |
options | string |
#
Dates#
Date field#
Required propsProps | Description |
---|---|
field | string |
label | React.ReactNode |
#
Date & Time field#
Required propsProps | Description |
---|---|
field | string |
label | React.ReactNode |