Skip to content
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
0008696
docs(backend): correct TypeScript code fences in TS tabs (controllers…
web-flow Nov 20, 2025
49a15fb
docs(bundlers): clarify webpack config example rename and JS/TS filen…
web-flow Nov 20, 2025
9502ba1
docs(routes): add guidance to prefer fully-qualified handler names in…
web-flow Nov 20, 2025
8ad2c1f
docs(api-tokens): add concise security tip (least privilege, rotation…
web-flow Nov 20, 2025
aff6acc
docs(controllers): add caution about validateQuery/sanitizeQuery/sani…
web-flow Nov 20, 2025
afa9417
docs(policies): clarify scoped policy folders and fix example path
web-flow Nov 20, 2025
1badc73
docs(webhooks): add signature verification tip and fix TS config path
web-flow Nov 20, 2025
8406c4f
docs(theme-extension): add minimal TS example for theme.light and the…
web-flow Nov 20, 2025
9162e3e
docs(wysiwyg): add next steps tip (plugin first, custom field for dee…
web-flow Nov 20, 2025
5e20848
docs(middlewares): add tip to list registered middlewares (discovery …
web-flow Nov 20, 2025
7b79f9b
docs(models): add TL;DR with emphasis on content shape and Document S…
web-flow Nov 20, 2025
4fc26e0
docs(locales-translations): fix typo and use proper js/ts fences inst…
web-flow Nov 20, 2025
2d1e93f
docs(logos): add TL;DR and guidance (SVG preferred, light/dark variants)
web-flow Nov 20, 2025
e992b54
docs(admin host/port): add reverse proxy deployment tip (forwarded he…
web-flow Nov 20, 2025
7a3d9e3
docs(releases): tidy step wording and ensure consistent numbering
web-flow Nov 20, 2025
835d900
docs(review-workflows): minor copy polish in settings table
web-flow Nov 20, 2025
b90028e
Limit PR scope to review-workflows.md only; revert unrelated file cha…
web-flow Nov 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docusaurus/docs/cms/features/review-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The default workflow is configured to have 4 stages: To do, In progress, Ready t
2. In the workflow edit interface, configure the new workflow:
| Setting name | Instructions |
| -------------- | ------------------------------------------------------------------------ |
| Workflow name | Write a unique name of workflow. |
| Workflow name | Write a unique name for the workflow. |
| Associated to | (optional) Assign this workflow to one or more existing content-types. |
| Stages | Add review stages (see [Adding a new stage](#adding-a-new-stage)). |
3. Click on the **Save** button. The new workflow will be displayed in the list view and for every content-type assigned.
Expand Down