thmarx / cms

Java flat file cms
GNU General Public License v3.0
0 stars 0 forks source link

Way to make routes visible in menus #200

Closed thmarx closed 3 months ago

thmarx commented 3 months ago

Maybe it should be implemented via a hook. but a generic hook into navigationfunction is not possible, because of the generic usage of the generic function. Maybe we need some named navigations, this name can be used to hook into a specific navigation.

thmarx commented 3 months ago

Simple example added that works with Hooks/Filters