Page Builder Flow
- Open a content item in the CMS that supports builder editing (e.g.,
MGPages,PPages). - Click the "Switch To Page Builder" link (view templates in
resources/views/minto/*/edit.blade.php). - The builder loads current HTML via the content endpoint (e.g.,
MaingroupPagesController::content). - Save the edited HTML via
saveContentwhich callsUtil::saveDictionary(). - A new
ContentVersionsentry is created for the content record.