Content Moderation and Workflows
Varbase comes with a set of content moderation and editorial workflows out of the box. These features are all provided from the Varbase Workflow module, shipped with Varbase as of version 8.8.6.
Varbase Workflow Module
Content moderation and workflow features are bundled through the Varbase Workflow module. GitHub: https://github.com/Vardot/varbase_workflow Drupal.org: https://www.drupal.org/project/varbase_workflow
After building a project using the varbase-project
template, you can see the code of the Varbase Workflow module in:
Varbase Workflow brings in the following core and contributed modules to your site:
Module | Purpose |
Workflows module (in Drupal core) | Provides an interface to create workflows with transitions between different states (for example publication or user status) provided by other modules. |
Content Moderation module (in Drupal core) | Provides moderation states for content. |
Moderation Sidebar module | Provides a frontend sidebar for Content Moderation. |
Scheduler module | Publish and unpublish content automatically on specified dates and times. |
Allows emails to be sent on state transitions. | |
Scheduler sub-module providing content moderation functionality for publishing/unpublishing. | |
Admin Audit Trail Workflows module | Logs workflows events performed by the user. |
Content Planner module and its submodules | Plan your content using a Dashboard, the Content Calendar and Content Kanban. Content Planner is not enabled by default in Varbase. |
Content Moderation Workflows
Refere to Drupal.org documentation for more about the terminology and usage of the Workflows and Content Moderation module. https://www.drupal.org/docs/8/core/modules/workflows/overview https://www.drupal.org/docs/8/core/modules/content-moderation/overview
Out of the box, Varbase Workflow offers two workflows for content moderation:
Simple workflow: Draft, Published, and Archived / Unpublished Useful for any website, and offers the ability make a draft of a live version of content without unpublishing the whole content.
2. Editorial workflow: Draft, In review, Published, and Archived / Unpublished Useful for websites with editorial or moderation staff. You can create as many additional states as you like and define transitions between them to suit your organization's needs.
To view or manage these workflows, navigate to: Administration \ Configuration \ Workflow \ Workflows
Assigning a Workflow to Content Types
Varbase considers the "Simple" workflow as the default Workflow to be enforced even for sites without a content moderation process. This is mainly because the Simple workflow offers the ability to make a draft of a live version of content without unpublishing the whole content.
Therefore, when creating a new Content Type, whether from the UI, or via code (i.e. enabling a module), the "Simple" workflow will be chosen by default.
You can then change the Workflow to another one if you wish. It's advised you do so before adding new content of that Content Type.
Assign a Workflow When Creating a New Content Type
By default, Varbase let's you choose the Content Moderation Workflow when creating a new content type from the UI.
You'll see that option under the "Publishing options" when creating a new Content Type.
Assign a Workflow to an Existing Content Type
You can also assign an existing Content Type to a Workflow if it wasn't assigned one yet. To do so"
Navigate to: Administration \ Configuration \ Workflow \ Workflows
Click "Edit" under Operations for the desired Workflow
Scroll down to "This workflow applies to" section
Click "Select" next to "Content types"
Choose your desired Content Type from the list and click on "Save". Note that Content Types assigned to another Workflow will not appear on this list.
Adding or Editing Workflows
To add a new Workflow or edit an existing one, navigate to: Administration \ Configuration \ Workflow \ Workflows then click on "+Add workflow" for a new Workflow, or "Edit" under Operations for the desired Workflow.
Refer to Drupal.org documentation for more about the terminology and usage of the Workflows in Drupal. https://www.drupal.org/docs/8/core/modules/workflows/overview
Moderation Sidebar
Moderation Sidebar provides an off-canvas menu to moderate the current content. To use the sidebar, visit any content with an enabled Workflow. You'll see the "Tasks" button in the Administration Toolbar. This will open an off-canvas menu that contains contextual actions related to the assigned Workflow.
The default Varbase configuration now hides the "Local Tasks" available in content pages in the front-end theme, assuming that the Moderation Sidebar is the alternative method to edit, view, translate, or manage content.
Read more on how to re-enable the "Local Tasks" to appear again.
Administration Views for Moderated Content
Varbase Workflow adds a simple administration view to show the available drafts and their moderation state. This view is available for all roles who can edit content.
To see the available drafts, navigate to: Administration \ Content \ Moderated content
Last updated