Formfeed-UK / nova-breadcrumbs

Augments Nova 4 Breadcrumbs with nesting and resource/static override methods
MIT License
20 stars 9 forks source link

feat: resource title obtained from title() function instead static $title variable #6

Closed bb140856 closed 2 years ago

bb140856 commented 2 years ago

Resource titles are obtained from the title() function and not from a static variable. In this way, it is possible to define more complex titles and maintain consistency between the resource title and the crumbs.

ianrobertsFF commented 2 years ago

Seems reasonable, I'll merge this evening, thanks