Content Creation Flow
This flow describes creating a new national-level page (site page).
- Open the admin CMS and navigate to Websites Pages (
routes/web/backend/websites.php). - Create a new page via
WebsitesPagesController::formand save it viaWebsitesPagesController::save. - Use the builder link (if present) to open
/builderfor page content editing. - Save HTML content through the
saveContentendpoint, which writes toDictionaryandcontent_version. - Set SEO fields via
getSeoFieldsandsaveSeoFieldsendpoints. - Mark the page as active using the
switchActiveendpoint.