Fields
Fields define the information that can be stored in a content type.
xuui provides field types for common kinds of content:
Text
A single line of text.
TextareaA longer plain-text string.
MarkdownMarkdown, stored as markdown.
SlugThe entry's file name.
ImageA path to an image.
NumberA numeric value.
BooleanTrue or false.
DateA calendar date.
DatetimeA date and a time.
SelectOne value from a fixed list.
ObjectA group of fields under one key.
ArrayA list of values of the same shape.
BlocksAn ordered list of sections, each with its own shape.
OrderSibling order in a structure.
TagsZero or more tags from a tag group.
CategoryOne category from a category group.
RelationA link to another entry.
SEOSearch and social metadata.