Additional content in the navigation

Hi,

whats the best way to realize a additional content in the navigation menu ( for firstlevel only)? Any ideas?

Depends on what you mean with additional content. Basically you can add anything to a Menu object to be available in the template.

Thanks christianm,

I have a megamenu. I would like to use a editable node in my megamenu. I can edit the MainMenu.html and add the code

Test

and it works fine. Now I replace it width {neos:contentElement.editable(property: ‘text’)}, but there is an error:
The property “text” was not set as a template variable. If you use this ViewHelper in a partial, make sure to pass the node property “text” as an argument.

pageTYPO3.Neos:Page/
bodyTYPO3.TypoScript:Template/
parts/
mainMenuTYPO3.Neos:Menu/

For a full stacktrace, open Data/Logs/Exceptions/20160606114521c24456.txt

Du you know whats my mistake?

Thanks a lot!