Problem/Motivation

This is a follow up to
page-title.html.twig still show the wrapper styling..

Steps to reproduce

  1. Create a content type.
  2. Configure the Exclude Node Title settings to Exclude "All nodes..." with view "Full"
  3. Create a node
  4. The empty page-title.html.twig content will be displayed. I am also seeing an empty

Proposed resolution

The check in ExcludeNodeTitleHooks::blockViewPageTitleBlockAlter() hook should use isTitleExcluded() to handle the All Nodes... options

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

zipymonkey created an issue.