Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / help / src / Plugin / Block / HelpBlock.php
index 17dd88e95ee0ce9c48529568641ab45868d0f140..04f8bcbab6e10c55f852707eaba5623296bafc37 100644 (file)
@@ -15,7 +15,10 @@ use Symfony\Component\HttpFoundation\Request;
  *
  * @Block(
  *   id = "help_block",
- *   admin_label = @Translation("Help")
+ *   admin_label = @Translation("Help"),
+ *   forms = {
+ *     "settings_tray" = FALSE,
+ *   },
  * )
  */
 class HelpBlock extends BlockBase implements ContainerFactoryPluginInterface {