Changes between Version 24 and Version 25 of MenusPlugin


Ignore:
Timestamp:
Oct 28, 2009, 12:33:55 AM (14 years ago)
Author:
Ryan J Ollos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MenusPlugin

    v24 v25  
    2626As usual, configuration takes place in the `trac.ini` file. Most interesting things first - they are to be found in the `[mainnav]` section: Here you set up your menu items. Syntax is: `<item_name>.<property> = <value>` - where `<item_name>` is either the already existing handler (e.g. "wiki" for the wiki item, "tickets" for the tickets, "newticket" for the "New Ticket" item, a.s.o.) - or a term which ''must not exist'' for a brand new item to be introduced (as e.g. the "Team Tools" in the [#Example Examples] section). A special case is e.g. `top` to make a new item appearing on top level.
    2727
    28 === Defining your menus in the `[mainnav]` section ===
     28=== Defining your menus in the `[mainnav]` and `[metanav]` sections ===
    2929So here come the available properties and their possible values:
    3030||'''Property'''||'''Description'''||'''Example value'''||