Closed (fixed)
Project:
Flexible Table Of Contents
Version:
2.0.2
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2025 at 21:29 UTC
Updated:
5 Dec 2025 at 16:39 UTC
Jump to comment: Most recent
Comments
Comment #3
markie commentedUpdate info.yml to accept D11 and tested in Drupalpod. Still need to run through upgrade_status
Comment #4
markie commentedComment #5
markie commentedUpdated the deprecation found by upgrade_status however I was not able to follow the instructions on the project page to create a TOC block. There is no option as shown in the demonstration. That being said, this module does enable in Drupal 10 and 11....
Comment #8
eojthebraveI needed this to work with Drupal 11 for a project so cleaned up the remaining issues, and added some basic tests to ensure it remains functional.
The biggest change is allowing the symfony/css-selector to install ^7 so that it's compatible with drupal/core:^11. The new tests prove that doing so doesn't break anything.