Modules Documentation
Pages list
Every page this module ships.
Complete
Two production pages in Editorial module: the listing surface and the article detail. Phase 2 will add a per-author surface (author archive) and per-topic surface (topic archive).
Phase 1 — production routes
- /:lang/editorial
- Editorial listing. Filter by `type` (news / analysis / commentary / interview / profile / guide) + sector + country. Default sort: published date descending.
- /:lang/editorial/:slug
- Article detail (the reading surface). The article body, related signals, inline CTA. SSR’d.
Phase 2 — planned routes
- `/:lang/editorial/authors/:authorSlug` — author archive. All articles by this author.
- `/:lang/editorial/topics/:topicSlug` — topic archive. All articles tagged with the topic.
- `/:lang/editorial/sectors/:sectorSlug` — sector archive. All articles in the sector.
- `/:lang/editorial/countries/:countrySlug` — country archive. All articles about the country.
