On Monday, February 21, 2022 at 2:44:44 AM UTC-8 markus...@gmail.com wrote:

> 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 
>

Which Trac version are you running? I think we added the ability for the 
code to merge config-sections from a parent, but I'll have to check if/when 
that was done. 

-- 
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 trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/c2324b98-de70-4d29-a5e3-18e847c3e32en%40googlegroups.com.

Reply via email to