Approval Workflow
In React Bricks, you have the option to activate two different types of workflows for pages:
- Working Copy: This workflow decouples saving and publishing. Content becomes visible only when marked as ready for publishing.
- Approval: In this workflow, once the editor commits the content, a user with appropriate permissions must approve it before it becomes visible.
Working Copy
With the “Working Copy” workflow, saved content isn’t immediately available. This means that a saved page under construction won’t appear on the production website when someone requests a static site rebuild or views it with server-side rendering (SSR).
Saving a page creates a new “working copy” of the content. Once the page is ready, you can “commit” the changes to make them available for deployment.
Approval Workflow
The approval workflow builds on the Working Copy workflow by adding an extra step. When an editor commits a page’s content, the working copy doesn’t immediately merge into production. Instead, another user with approval permissions must review and approve the content before it can be merged into the production environment.
If you have the Approval Workflow add-on enabled, you can configure this workflow from the Dashboard.