contao-module wola-contao-xnavigation-metamodels
Metamodels navigation for the xNavigation extension.
wola/wola-contao-xnavigation-metamodels
Metamodels navigation for the xNavigation extension.
- Tuesday, July 28, 2015
- by wola
- Repository
- 1 Watchers
- 0 Stars
- 6 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
This extension integrates MetaModels into the highly flexibile extended navigation extension
contao-xnavigation., (*1)
It provides a new item provider and new conditions to work with MetaModels., (*2)
Installation
- Install the composer plugin for Contao
- Install netzmacht/contao-xnavigation-metamodels
Usage
- Create a render setting for the metamodel. It will be used to render the navigation link.
-
Important:
- A jump to page is required to generate the url
- Choose one of the template
metamodel_xnav_item
or metamodel_xnav_item_plain
.
They only render one item istead of an item list
- Create a new item provider for the metamodel
- Choose the parent page and the created render setting.
- Add the created provider to you menu
- Adjust the used item condition, so that items of type metamodels are included
item.type == metamodels
That's it., (*3)