hofff / contao-content-navigation
Provides a table of contents for elements based on one or more articles within the page.
Installs: 1 341
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 3
Open Issues: 7
Type:contao-bundle
Requires
- php: ^7.2 || ^8.0
- ext-pdo: *
- ausi/slug-generator: ^1.1
- contao/core-bundle: ^4.9
- doctrine/dbal: ^2.11 || ^3.0
- patchwork/utf8: ^1.2
- symfony/config: ^4.4 || ^5.1
- symfony/dependency-injection: ^4.4 || ^5.1
- symfony/http-kernel: ^4.4 || ^5.1
Requires (Dev)
- contao/manager-plugin: ^2.1
- doctrine/coding-standard: ^9.0.
- phpcq/runner-bootstrap: ^1.0@dev
Conflicts
- contao/manager-plugin: <2.1 || >=3.0
This package is auto-updated.
Last update: 2023-05-29 01:23:29 UTC
README
This extension provides a table of contents for elements based on one or more articles within the page.
This extension was previously published as ce_navigation and maintained by Tristan Lins.
Although the extension is based on ce-navigation, it is not backwards compatible. Configurations must be renewed.
Requirements
- Contao: ^4.9
- PHP: ^7.1 || ^8.0
Usage
- Create a content element "Table of contents" and define the source
- Active option "Include in table of contents" for each content element
Now you get an content navigation for each element marked as included and having a headline.
You can define the source for the table of content structure depending where the content element is included:
- Article: Column, Specific article or parent element (current article)
- News: Parent element (news)
- Event: Parent element (event)
- FAQ: Parent element (FAQ entry)
Customization
If your 3rd party module also works like the news or events module (category defining a jumpTo
page and an entry
holding content elements), you can enable support for your own module by adding it to the
hofff_contao_content_navigation.jump_to_relations
parameter.
Known limitations
Only content elements of the direct source are recognized. Including articles or modules are not supported right now. That means, you cannot define a table of contents element in an article and building a content navigation for a news entry included by a news reader module.