meteor-breadcrumb-plugin icon indicating copy to clipboard operation
meteor-breadcrumb-plugin copied to clipboard

duplicate property name 'title' with other package?

Open thearabbit opened this issue 10 years ago • 3 comments
trafficstars

I used other package that use title property, so it duplication with this. how to solve.

thearabbit avatar Mar 09 '15 02:03 thearabbit

You are right, it should be namespaced. Thank you for reporting, I will adjust this in the next release.

monbro avatar Mar 14 '15 09:03 monbro

can't wait

thearabbit avatar Mar 16 '15 01:03 thearabbit

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.

stephane-r avatar Apr 13 '16 10:04 stephane-r