meteor-breadcrumb-plugin
meteor-breadcrumb-plugin copied to clipboard
duplicate property name 'title' with other package?
trafficstars
I used other package that use title property, so it duplication with this.
how to solve.
You are right, it should be namespaced. Thank you for reporting, I will adjust this in the next release.
can't wait
Hi,
I've add pull request for change 'title' and add microdata : https://github.com/monbro/meteor-breadcrumb-plugin/pull/17
On your route, replace 'title' by 'itemName'.
I was conflict with ms-seo (used iron:router and 'title'). Worked for me.