Comment on page
Available Data Types (Elements)
The following table contains all available elements.
Element | Description |
Text | Simple text field like a title. |
Textarea | Longer multiline text field like a content or a description. |
Markdown | It's like a textarea but supports all markdown features. |
Checkbox | Checkbox that can assume 2 states. |
Image | An image file. |
Audio | An audio file. |
Video | A video file. |
Document | A readable document file like .txt, .docx, .pptx etc. |
File | A generic file like .zip, .ipa, .apk etc. |
Datetime | Field containing a datetime. |
Address | Text field containing an address with automatic reverse geocoding to retrieve the coordinates. |
Dropdown | Dropdown with multiple choices, of which only one is selectable. |
Multiple | Similar to Dropdown but you can select multiple values. |
Relation | With this element you can create relations between your data. |
SEO | For every section, it is possible to specify SEO meta fields. |
Multiple | With multiple select element you can easily set multiple choices. This component is ideal for add categories inside a blog or segment the clients where you want to spread out your contents. |
Color | With color picker element you can easily choose a color in hex format. |
Custom | With Custom element you can easily add any data to your sections. |
With the SEO element, it is possible to specify several meta fields such as title, description, keywords and image.
In this way, you can take advantage of SEO optimizations performed by search engines to better index your content.
An API response example:
"value": {
"title": "SEO Title",
"keywords": ["Some", "SEO", "keywords"],
"description": "SEO Description",
"image": {
"id": 1,
"url": "https://cdn.mburger.cloud/storage/1/conversions/image-medium.jpg",
"size": 45166,
"mime_type": "image/jpeg"
}
}
Slug element is present by default and allows a specification of a textual ID for sections.
It can be used to request sections instead of a classic numeric ID.
An API response example:
"value": "slug-of-your-section"
Last modified 2yr ago