Page Management
This guide explains how to create, modify, save, and publish pages within the CMS.
Creating a New Page
To create a new page, follow these steps:
- Click the apps menu button (grid icon) in the top-left corner.
- Select "Website" from the apps menu.
- In the Website section, locate the "Pages" section.
- Click the "New Page" button in the top-right of the Pages section.
- Fill in the required details in the form:
- Page Name: The internal name for the page.
- Page Title: The title that appears in the browser tab (SEO).
- URL: The URL path for the page (e.g.,
/about-us). The system automatically generates a URL based on the name, but you can customize it. - Parent Page: Select a parent page if you want to nest this page (e.g.,
/services/consulting).
- Click "Save".
The system will check if the URL is available. If successful, the new page will be created as a Draft and you will be redirected to the editor.
Editing a Page
To edit an existing page:
- Navigate to the Website section (via the apps menu).
- In the Pages section, you'll see a table listing all your pages.
- Click on the page name in the table to open it in the visual editor.
Once a page is open, you can edit its content using the visual builder.
Adding Blocks
Pages are composed of Blocks. To add a block:
- Click the "+" button in the editor canvas.
- Select a block type from the library.
- The block will appear on the page, ready for customization.
Modifying Content
Click on any text, image, or element within a block to edit it directly. The sidebar provides additional options for styling and configuration.
Saving and Publishing
The CMS distinguishes between Draft and Published states.
Saving a Draft
Changes are often autosaved, but you can manually save a draft by clicking the "Save"
button. This updates the Draft version of the page in the database without affecting the
live site.
Publishing
To make your changes live:
- Click the "Publish" button.
- The system will:
- Promote the current
Draftcontent to the live version. - Regenerate the static HTML for the page.
- Update the navigation and sitemap if necessary.
- Promote the current
Note: Publishing triggers a site generation process which may take a few moments.
Page Settings
To access page settings (including deleting a page):
- Navigate to the Website section.
- In the Pages table, find the page you want to manage.
- Click the settings icon (⚙️) next to the page name.
- In the page settings dialog, you can modify page details, SEO settings, and other options.
- To delete a page, click the "Delete" button in the page settings dialog and confirm the action.
If the page was only a draft, it is removed immediately. If it was published, the live version is marked as deleted or removed from the public site.