msBulkEditor
Bulk editing of MiniShop3 products in the MODX 3 manager

msBulkEditor opens in the MODX manager as a Vue 3 (VueTools) app. Tabs in the top navigation:
| Tab | Route | Tab permission | Purpose |
|---|---|---|---|
| Products | /products | msbulkeditor_view (canView) | Grid, filters, operations, preview |
| History | /history | msbulkeditor_view | Operation log, rollback |
| Presets | /presets | msbulkeditor_presets (canManagePresets) | Saved operations |
| Import & export | /import-export | msbulkeditor_import_export (canImportExport) | CSV/XLSX |

Tabs without permission are hidden. A direct visit to /presets or /import-export without permission redirects to Products.
Flow reference (A–J): flows.
On first load and tab change a short skeleton screen is shown.
Top to bottom:
| Section | Document |
|---|---|
| All flows (A–J) | flows |
| TV/option binding wizard | binding wizard |
| Boolean, SEO, replace, dates, links | resource fields |
| Quick actions | quick actions |
| Product & prices | product and prices |
| MiniShop3 options | options |
| TV parameters | TVs |
| Column settings | columns |
| Inline editing | inline editing |
| History & rollback | history |
| Preview and apply | preview |
| Presets | presets |
| Import / export | import and export |
Step-by-step: flows.