/
Last updated:
CMS (Content Management System) is used to manage dynamic content such as Cases, News, Blogs, and more.
For example, the News page here:https://oc2wp6b7n7te.site.creght.com/news
is powered by CMS.
In the editor, go to the left-hand Pages panel and click the corresponding CMS to enter its management page.
When editing CMS entries, changes are automatically saved as drafts. Drafts are not visible online.
To make content live, click Publish.
CMS fields can be dynamically added. Common fields include:
In the CMS detail view, go to Field Management to add custom fields. Creght supports field types such as:
To delete a field, right-click on it:
To display CMS content on your website, use the Repeater Component.
After inserting a Repeater, select it and bind it to a CMS application in the right-hand panel.
Add child elements inside the Repeater. For example, to display articles in a list:
Even if only one child element is added, it will be repeated for every CMS item. This is the core function of the Repeater: loop rendering child elements.
By default, repeated child elements may show the same content. To display unique CMS data (e.g., each article’s Title), bind variables:
The same can be done for images—bind the Cover Image field.
This creates a simple image-and-text article list: