Hey @vasi,
Thanks for this great module!
As this module adds the current title to breadcrumbs, when use it in a website which has a bootstrap-based theme with option "Show current page title at end" checked, the current title is duplicated.
Maybe we should add an option to let user chose whether wants or not to add the current title.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | context_active_trail-show_current_title_at_end-2802047-3.patch | 3.7 KB | mvc |
| #2 | context_active_trail-show_current_title_at_end-2802047-2.patch | 1.05 KB | tregismoreira |
Comments
Comment #2
tregismoreira commentedI've tried to code a patch for this, adding a new field which is depending on `breadcrumbs` config, but couldn't get this configuration outside the Class. Could you help me? :)
Here's the initial patch.
Comment #3
mvcThis picks up on tregismoreira's work and makes the config option he added change the display.
Comment #4
tregismoreira commentedGreat work, @mvc. It works like a charm! Thanks :D
Comment #6
jigariusThis fix is now in the dev and will be included in the next release.
Comment #7
jigarius