entidi/silverstripe-autotoc

Dynamically generate the table of contents from $Content

Installs: 2 633

Dependents: 0

Suggesters: 2

Security: 0

Stars: 7

Watchers: 3

Forks: 3

Type:silverstripe-vendormodule

2.0.1 2017-12-30 11:32 UTC

This package is auto-updated.

Last update: 2024-03-06 22:45:06 UTC


README

License Build Status Code Quality Code Coverage Latest Stable Version

Automatically generate the table of contents from the Content of a page or, more generally, from any HTML field.

This module can be used without the CMS.

Installation

composer require entidi/silverstripe-autotoc

Manual installation is probably possible but not really tested.

Testing

Basically it boils down to the following commands:

composer update
vendor/bin/phpunit

Other documentation