World is now on Opti ID! Learn more
AI OnAI Off
World is now on Opti ID! Learn more
It looks like the property is shared between multiple content types. Make sure that you remove all [CultureSpecific] attribute on that property on all classes
Yes, is true. In Product has also a imageMedium. It seems both Product and Category share the imageMedium metadata field.
I will create a new property without CultureSpecific instead.
Thanks Quan!
Hi guys,
I have created a property "ImageMedium" in my Catgory,
[Searchable]
[Tokenize]
[IncludeInDefaultSearch]
[Display(Order = 2000)]
[CultureSpecific]
public virtual Url ImageMedium { get; set; }
and I would like to remove the [CultureSpecific]. After i removed the it, the site came the following error.
The property 'ImageMedium' was found on multiple content types, but with different CultureSpecific attribute values.
I tried to go into Administration > Meta Fields and uncheck the "Supports Multiple Languages". It seems nothing happened.
Any tips?
Thanks,
ChiChing