View Unpublished Content

We continue building out the Editor role which we created in the last video.

In this video, we give the Editor role access to view all unpublished content on the site. Drupal core only has a permission for viewing own unpublished content which is “View own unpublished content”. If you want to view all unpublished content in Drupal you’ll need to install a few modules.

Composer

composer require drupal/view_unpublished drupal/override_node_options

Modules

Assigned permissions:

  • Override all published options.
  • Article: View any unpublished content
  • Basic page: View any unpublished content
Scroll to Top