Skip to content
Snippets Groups Projects

Issue #3352550: Hook help for block content module is out of date after new permissions

Open Issue #3352550: Hook help for block content module is out of date after new permissions
1 unresolved thread
Open Adam Bramley requested to merge issue/drupal-3352550:3352550-11.x into 11.x
1 unresolved thread

Closes #3352550

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
29 29 $field_ui = \Drupal::moduleHandler()->moduleExists('field_ui') ? Url::fromRoute('help.page', ['name' => 'field_ui'])->toString() : '#';
30 30 $output = '';
31 31 $output .= '<h2>' . $this->t('About') . '</h2>';
32 $output .= '<p>' . $this->t('The Block Content module allows you to create and manage custom <em>block types</em> and <em>content-containing blocks</em>. For more information, see the <a href=":online-help">online documentation for the Block Content module</a>.', [':online-help' => 'https://www.drupal.org/documentation/modules/block_content']) . '</p>';
32 $output .= '<p>' . $this->t('The Block Content module manages the creation, editing, and deletion of content blocks. Content blocks are field-able content entities managed by the <a href=":field">Field module</a>. In which theme region a content block is displayed plus the block\'s visibility settings is stored in configuration alongside. For more information, see the <a href=":block-content">online documentation for the Block Content module</a>.', [':block-content' => 'https://www.drupal.org/documentation/modules/block_content', ':field' => Url::fromRoute('help.page', ['name' => 'field'])->toString()]) . '</p>';
  • This is not clear, can we simplify the sentence? something along the lines of "The theme region, and visibility settings of the block is stored in configuration"

  • Please register or sign in to reply
Please register or sign in to reply
Loading