London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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