Page builder — manage pages

List/edit/delete/duplicate CmsPages. Draft or delete prunes menu links. Publish does not insert nav.

Page builder — manage pages

Operate existing custom CMS pages.

Where to find it

Admin → Page builderMy pages (/admin/page-builder/my-pages); edit /admin/page-builder/edit/[id]

How it works

Table: Title, Slug, Language, Status (Published / Draft), Visibility (Everyone / Logged-in only), Updated, Actions (Edit, View, Delete, Duplicate for locale).

Edit increments revision. Delete is permanent and strips matching menu entries. Duplicate copies to another locale as a new draft with the same slug (published: false). Unpublishing/drafting also removes the page from menus.

Publishing does not insert nav - add the link in Menu Builder (catalog id cms-{pageId}). Guests hitting a login-required page go to /login?next=/{slug}.

Common problems

Published page vanished from nav

You saved as draft - menus drop unpublished CMS pages.

Duplicate fails

Target locale already has that slug, or duplicate into an unsupported locale.

Related