hofff / contao-navigation-article
Integrate articles into hofff.com navigation module for Contao CMS
Installs: 689
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:contao-module
Requires
- php: >=7.1
- ext-pdo: *
- contao/core-bundle: ^4.4
- hofff/contao-content: ~2.1 || ^3.0
- hofff/contao-navigation: ~1.8
- menatwork/contao-multicolumnwizard: ^3.3
- symfony/config: ^3.3 || ^4.0
- symfony/dependency-injection: ^3.3 || ^4.0
- symfony/http-kernel: ^3.3 || ^4.0
Requires (Dev)
- contao/manager-plugin: ^2.0
- php-http/guzzle6-adapter: ^1.1
Replaces
- backboneit/contao-navigation-article: 2.0.0
- contao-legacy/backboneit_navigation_article: 2.0.0
This package is auto-updated.
Last update: 2024-10-14 12:29:25 UTC
README
Show articles within navigation menus.
Articles can be configured within the page structure and can be selected per page and module. So it is possible to use different articles for different navigations modules displaying the same page.
The "nav_bbit_navi_art" or another proper customized navigation template is required in order to display the associated articles.
Navigation sublevels can be inserted at the desired position within the article by using the insert tag {{bbit_navi_art}} in the article.
Configuration
By default only articles marked as "reference article" are provided as article options. You can disable it if you want
to see all all available articles by adding following configuration to your config.yml
:
hofff_contao_navigation_article: reference_articles_only: false