Rich Text

This field is used to input formatted text using bold, italics, size and hyperlink functions.

{
"type": "rich-text",
"id": "richText",
"label": "Rich text field",
"showInTable": true,
"isRequired": true
}

Field Attributes

NameTypeDescription
idstringAssigns a name for the given field on the backend. This name can be used to refer this field in another field
labelstringAdds a label to the given field
isRequiredbooleanMakes a field mandatory
showInTablebooleanDisplays the field in a table after saving the entry