Content Models
Content models allow you to define flexible custom content structures and fields for products and content blocks. This is useful when you require additional content fields on products or content blocks. For instance, you could create a content model to add a manufacturer parts number or list of ingredients to a product.
A content model defines the custom content fields. Each content model can consist of the following types of data:
Field Type | Description |
---|---|
String | Useful for text such as IDs or rich-text |
Number | Useful for numbers such as prices |
Boolean | Useful for True/False or Yes/No |
Date Time | Useful for dates or times |
Object | A combination of all field types (string, number, boolean, date-time) |
To access the Content Model section, select Settings from the side menu and then Content from the settings menu.
In this section:
- Creating a content model
- Object content models
- String content models
- Number content models
- Boolean Date Time content models