November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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