Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Technically you can just add this property to your NodeContent types
[Display(GroupName = SystemTabNames.PageHeader, Order = 400)]
[UIHint(SystemUiHint.MarketsSelector)]
public virtual ItemCollection<string> MarketFilter { get; set; }
But of course you will be responsible for any filters work. Some places can be tricky to override the default behavior (they use the EntryContentBase.MarketFilter internally)
Hi,
We are currently implementing custom markets.
Some products only apply on a specific market. We do this using productContent.MarketFilter, which works great.
However we would like to apply markets to categories too.
Does something similar exists for nodecontent?
Thanks in advance,
Brecht Vanneste