Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

Unpublished Paragraphs

This module controls the visibility of unpublished paragraphs for authenticated users with the right permission.

Requirements

This module requires the Paragraphs module.

Installation

Same as any normal module. From the command line:

composer require drupal/unpublished_paragraphs
drush en unpublished_paragraphs

Usage

  1. Install and enable the module (see instructions above)
  2. Edit a piece of content with Paragraphs
  3. Un-check the "Published" button on one of your Paragraphs
  4. Save and view the node
  5. You should see a button that says "Toggle visibility of unpublished items" in the lower right corner of the page.
  6. Click the button to make unpublished Paragraphs appear and disappear.