Formfeed-UK / nova-breadcrumbs

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

Incorrect config for titleProperty #37

Open tractorcow opened 1 year ago

tractorcow commented 1 year ago

The config says that the config value is titleProperty but the code actually uses the config title instead.

https://github.com/Formfeed-UK/nova-breadcrumbs/blob/main/config/nova-breadcrumbs.php#L76

https://github.com/Formfeed-UK/nova-breadcrumbs/blob/main/src/Breadcrumb.php#L149