Drupal is a registered trademark of Dries Buytaert
drupal 11.3.8 Update released for Drupal core (11.3.8)! drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! linkit 7.0.14 Minor update available for module linkit (7.0.14). masquerade 8.x-2.2 Minor update available for module masquerade (8.x-2.2). video_embed_field 3.1.0 Minor update available for module video_embed_field (3.1.0). bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). editoria11y 3.0.0 Major update available for module editoria11y (3.0.0). trash 3.0.27 Minor update available for module trash (3.0.27). twig_tweak 4.0.0-alpha2 New alpha version released for module twig_tweak (4.0.0-alpha2). twig_tweak 4.0.0-alpha1 First alpha version released for module twig_tweak (4.0.0-alpha1). node_revision_delete 2.1.1 Minor update available for module node_revision_delete (2.1.1). commerce_paypal 2.1.2 Minor update available for module commerce_paypal (2.1.2).

A Drupal 10/11 module that generates content insight reports filterable by a hierarchical taxonomy tree. Each content-type section is powered by an embedded View, so editors and developers can fully customise the content tables via the standard Views UI without touching code.

Features

  • Taxonomy tree sidebar | Hierarchical term tree with expand/collapse
  • Breadcrumb navigation | Ancestor path shown when a term is selected
  • Descendant roll-up | Selecting a parent term includes all child term content
  • Summary dashboard | Published/unpublished counts + percentage bar per content type
  • Bar or pie chart | Chart.js-powered summary chart (configurable)
  • Date range filter | Filter content by created date
  • Views integration | Embed any View display per content type
  • "Edit View" shortcut | One-click link to edit the View in the UI
  • Fallback table | Built-in table if no View is configured
  • Permissions | Separate view + administer permissions

Similar projects

https://www.drupal.org/project/content_insights_report

Community Documentation

Navigate to Administration → Configuration → Content → Taxonomy Content Report Settings (`/admin/config/content/taxonomy-content-report`).

1. Choose a Vocabulary

Select the vocabulary whose term tree will power the sidebar filter. All
content filtered through the report will be scoped to terms from this vocabulary.

2. Map Content Types to Fields

For each content type that should appear in the report, select the entity
reference field on that type that points to terms in the chosen vocabulary.

  • Only fields that reference `taxonomy_term` entities and target the selected vocabulary are shown. If you don't see a field, check that the field's "Reference type" settings include the correct vocabulary

3. Assign Views (optional but recommended)

For each content type, optionally assign a View display. The format is:
`view_machine_name:display_id` (selected via the dropdown).

The View must have a contextual filter for Taxonomy Term ID
(`taxonomy_term.tid`). When a term is selected in the sidebar, the module
passes that term's ID (plus all descendant term IDs joined with `+`) as the
contextual filter argument.

Recommended View setup

1. Create a new View of **Content** (node).
2. Add a **Contextual filter**: `Has taxonomy term ID` (choose your vocabulary).
3. Set "When the filter value is NOT available": `Display all results`.
4. Set "When the filter value IS available": `Limit to selected term and its children` (or use the default "Reduce duplicates" if using `+` with OR).
5. Add desired fields, sorting, and pager.
6. Save the View and note the View machine name and display ID.

4. Other Settings

  • Tree depth: Maximum levels of the taxonomy tree to render (1–10)
  • Show unpublished: Include unpublished nodes in summary counts
  • Chart type: Bar, pie, or table-only
  • Default date range: Pre-fill the date filter with N months back

Activity

Total releases
2
First release
Apr 2026
Latest release
23 hours ago
Release cadence
0 days
Stability
50% stable

Releases

Version Type Release date
1.x-dev Dev Apr 27, 2026
1.0.0 Stable Apr 27, 2026