CMS

/

CMS (Content Management System)

Last updated:

2025-08-27

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.

Managing Content

In the editor, go to the left-hand Pages panel and click the corresponding CMS to enter its management page.

Drafts & Publishing

When editing CMS entries, changes are automatically saved as drafts. Drafts are not visible online.
To make content live, click Publish.

image.png

Field Management

CMS fields can be dynamically added. Common fields include:

  • Title
  • Cover Image

In the CMS detail view, go to Field Management to add custom fields. Creght supports field types such as:

  • Text
  • Rich Text
  • Image
  • And more

image.png

To delete a field, right-click on it:

image.png

Displaying CMS Content on Pages

To display CMS content on your website, use the Repeater Component.

  • You can place a Repeater on any page.
  • In the Insert Panel → CMS, find the Repeater component.

image.png

Step 1: Bind the CMS

After inserting a Repeater, select it and bind it to a CMS application in the right-hand panel.

image.png

Step 2: Add Child Elements

Add child elements inside the Repeater. For example, to display articles in a list:

image.png

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.

Step 3: Bind Variables

By default, repeated child elements may show the same content. To display unique CMS data (e.g., each article’s Title), bind variables:

  1. Select the text element.
  2. Click the plus (+) icon next to the Text property to bind a CMS field.

image.png

The same can be done for images—bind the Cover Image field.
This creates a simple image-and-text article list:

image.png

Notes

  • Advanced CMS features and field types will be covered in a dedicated help article soon.
  • CMS can be complex. If you encounter difficulties, please contact our support team—we’ll be glad to help in detail.

继续阅读

下一篇