Modify ↓
Opened 16 years ago
Closed 16 years ago
#3216 closed defect (fixed)
Where in trac.ini does the max crumbs get implemented?
Reported by: | Owned by: | Stephen Hansen | |
---|---|---|---|
Priority: | normal | Component: | BreadCrumbsNavPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Do I create a new subsection in trac.ini?
[breadcrumbs]
breadcrumbs = max crumbs
Not quite sure where in the trac.ini config or the syntax that this gets put into.
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by
Trac Release: | 0.10 → 0.11 |
---|
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The option should be under the [breadcrumbs] section and was renamed in the code to "max_crumbs".
I've updated the documentation to include an example, please look there. Closing this report.