Area: Admin deep-dive (commerce/config) (audit p15b) · Surface: /admin/editorial (AdminEditorialController) · Dimension: documentation · Severity: minor
The Editorial admin surface creates the customer-visible /guides and /files/formats pages (guides, file-format references, comparisons). It is a real ungated admin feature but is absent from mobieusKnow entirely. Tenant admins who want to publish guides/format references have no documentation for the editor, the type taxonomy, or the WYSIWYG-stored HTML behaviour.
Evidence
Real, ungated, role-4 feature powering public /guides and /files/formats: /home/patrick/mobieus-io/platform/src/Controllers/AdminEditorialController.php:5-7 docblock ('Admin CRUD for /guides and /files/formats editorial content'), :35 `requireRole(4)`, index lists format/guide/comparison content (:37-39). It is NOT the policy-disabled feature — only 'editorial_series' is in FeatureCatalog::POLICY_DISABLED (platform-admin/src/Domain/FeatureCatalog.php), plain editorial content has no require() gate. No wiki article: `curl -sL https://support.mobieus.io/know/admin-editorial` -> HTTP 404; `/know/editorial` -> 404; `/know/news` -> 404; `/know/blog` -> 404; `/know/content-publishing` -> 404. Search `q=editorial` and `q=guides formats` both return NONE. Index (HTTP 200) has no Editorial entry.
Suggested fix. Author /know/admin-editorial covering the three content types (guide, format, comparison), how they map to public /guides and /files/formats, the WYSIWYG HTML-verbatim storage, and tombstone delete/undelete. Add to the index under Content and Media.
Filed by the automated tenant-app audit and adversarially evidence-verified. Status: verified. Open — not yet actioned.
Patrick Bass
@mobieus