Changes between Version 12 and Version 13 of NavAddPlugin


Ignore:
Timestamp:
Aug 4, 2009, 12:04:53 AM (15 years ago)
Author:
Ryan J Ollos
Comment:

Clarification on permissions perm parameter

Legend:

Unmodified
Added
Removed
Modified
  • NavAddPlugin

    v12 v13  
    2727 `<item>.title = <title>`:: the name (title) of the button
    2828 `<item>.url = <url>`:: the URL the button should link to; please note that TracLinks syntax is not supported here yet
    29  `<item>.perm = <permission>`:: an optional permission that a user needs to have in order to see the button
     29 `<item>.perm = <permission>`:: an optional permission that a user needs to have in order to see the button.   If unspecified, then all users will see the button.
    3030 `<item>.target = <navbar_name>`:: the name of the navigation bar the button should be added to; only `mainnav` and `metanav` have been tested so far, others names probably work as well
    3131