How To Create an Asset
Steps
- On the Sidebar Menu, select Assets
- Select ADD NEW
- Enter the Asset Name (a slug is generated automatically from the name)
- Choose the editor:
- Text Editor — rich (WYSIWYG) editing
- HTML Editor — raw HTML
- Set targeting (devices, location, category) if needed
- Optionally set a schedule (start / end)
- Click Publish or save as draft
Form Values
| Name | Type | Example | Description |
|---|---|---|---|
| Asset Name | String | FAQ Content | Display name; slug is auto-generated (e.g. faq-content). |
| Slug | String | faq-content | URL-friendly identifier. |
| Code / Body | HTML | <div>...</div> | HTML content of the asset. |
| Devices | Array | [Desktop, Tablet, Mobile] | Devices that can receive this asset. |
| Status | Option | published / draft | Whether the asset is live. |
| Schedule | Object | Start / End dates | Optional window when the asset is available. |
info
Link a published asset to a Page when you want a slug/route to display that HTML.