URL

This field is used to input a URL in an entry.

{
"type": "url",
"id": "url",
"label": "Url",
"showInTable": true,
"isRequired": true
}

In the above example, the user can input a URL and then the editor saves it and displays it as a link in the entry.

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