Twig filter rendering tables of contents via TOC API.
Usage
{% set body = content.body|render|toc %}
{{ body.toc }}
{{ body.content }}
{# OR #}
{% set body = content.body|render|toc('full') %}
{{ body.toc }}
{{ body.content }}
{# OR #}
{% set toc_options = {
'header_min': 2,
'header_max': 4,
} %}
{% set body = content.body|render|toc(toc_options) %}
{{ body.toc }}
{{ body.content }}
Supporting organizations:
Initial development
Project information
Seeking co-maintainer(s)
Maintainers are looking for help reviewing issues.- Ecosystem: Table of Contents
9 sites report using this module
- Created by nicolasgraph on , updated
Stable releases for this project are covered by the security advisory policy.
Look for the shield icon below.
