Download the PHP package hofff/contao-content-navigation without Composer
On this page you can find all versions of the php package hofff/contao-content-navigation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hofff/contao-content-navigation
More information about hofff/contao-content-navigation
Files in hofff/contao-content-navigation
Package contao-content-navigation
Short Description Provides a table of contents for elements based on one or more articles within the page.
License LGPL-3.0-or-later
Homepage https://www.hofff.com
Informations about the package contao-content-navigation
Contao Content Navigation Element
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.
All versions of contao-content-navigation with dependencies
ausi/slug-generator Version ^1.1
contao/core-bundle Version ^4.13 || ^5.3
doctrine/dbal Version ^3.8
symfony/config Version ^5.4 || ^6.4
symfony/dependency-injection Version ^5.4 || ^6.4
symfony/http-foundation Version ^5.4 || ^6.4
symfony/http-kernel Version ^5.4 || ^6.4
symfony/routing Version ^5.4 || ^6.4
symfony/string Version ^5.4 || ^6.4
symfony/translation-contracts Version ^1.1 || ^2.0 || ^3.0