Commit a90103b8 authored by Pieter Frenssen's avatar Pieter Frenssen Committed by Sascha Grossenbacher
Browse files

Issue #3131997 by pfrenssen: Explain the use case for the show_unpublished setting

parent 8d7e129c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ class ParagraphsSettingsForm extends ConfigFormBase {
      '#type' => 'checkbox',
      '#title' => $this->t('Show unpublished Paragraphs'),
      '#default_value' => $config->get('show_unpublished'),
      '#description' => $this->t('Allow users with "View unpublished paragraphs" permission to see unpublished Paragraphs.')
      '#description' => $this->t('Allow users with "View unpublished paragraphs" permission to see unpublished Paragraphs. Disable this if unpublished paragraphs should be hidden for all users, including super administrators.')
    ];

    return parent::buildForm($form, $form_state);