Documentation Index
Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt
Use this file to discover all available pages before exploring further.
Content Model
The first step to storing information in a Kibo CMS is to create your content model. If you’re new to the Kibo CMS world, this term may be unfamiliar to you, but it’s simple to understand.- Name (Text Type)
- Description (Long Text)
- Price (Number)

Field / Field Type
As mentioned in the content model section, every content model is a collection of fields, and each field has a type. The field type defines the kind of content you want to store. Kibo CMS supports the following field types:| Field Type | Description |
|---|---|
Text | Titles, names, single line values. |
Long text | Long comments, notes, multi line values. |
Rich text | Text formatting with references and media. |
Number | Store numbers. |
Boolean | Store boolean (“yes” or “no” ) values. |
Date/Time | Store date and time. |
Files | Images, videos and other files. |
Reference | Reference existing content entries. For example, a book can reference one or more authors. |
Object | Store nested data structures. |
Content Entry
Each record that you store in the content model is a content entry. For example, a new product record created with the following information is a content entry.| Field | Value |
|---|---|
| Name | Relaxed Sweatshirt |
| Description | Top sweatshirt fabric made from a cotton blend |
| Price | 10 |


