Skip to content

Page Builder Flow

  1. Open a content item in the CMS that supports builder editing (e.g., MGPages, PPages).
  2. Click the "Switch To Page Builder" link (view templates in resources/views/minto/*/edit.blade.php).
  3. The builder loads current HTML via the content endpoint (e.g., MaingroupPagesController::content).
  4. Save the edited HTML via saveContent which calls Util::saveDictionary().
  5. A new ContentVersions entry is created for the content record.