"Page Title" type display not listed

Created on 6 May 2012, over 13 years ago
Updated 18 July 2025, 26 days ago

Hello,

The "Page Title" module type display isn't listed when creating a custom breadcrumb.

In custom_breadcrumbs_common.inc changed

function _custom_breadcrumbs_allowed_display($display) {
  // @todo Changes needed for D7?
  $allowed_display_types = array('page',  'calendar', 'image_gallery');

to

function _custom_breadcrumbs_allowed_display($display) {
  // @todo Changes needed for D7?
  $allowed_display_types = array('page', 'page_with_page_title', 'calendar', 'image_gallery');
🐛 Bug report
Status

Closed: outdated

Version

2.0

Component

custom_breadcrumbs_views

Created by

🇫🇷France amoutiers Nantes

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024