Hi all, I have a few 'tracs running that have there own trac.ini but inherit a few things from a global config.
So in the global config i define my mainnav under [trac] and tha works just fine, Now i want to add a custom menu item in one of my tracs and define it in the local trac.ini of the project cloud = enable cloud.order = 1.0 cloud.href = https://url/to/the/cloud cloud.label = Nextcloud cloud.permission = TRAC_ADMIN so now i want to show up but since i inherit the mainnav form the global conf its not showing. I try to redefine my mainnav entry in the local ini under [trac] but it doesnt work my new item isnt rendered. so questions are: - can i extend mainnav from an inherited conf ? - If its possible, how ? Cheers Markus -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/CAJ4osOkXHZrP6ypreyb1tKcuvtcFZ616SwJqGYz0F4HMyOKgAg%40mail.gmail.com.
