Hi,
I'm trying to render an ItemList in a module template. The item is an ItemList that is being used on the website level. However, I'm not able to get anything published. Can you see what I'm doing wrong?
foreach (LoopItem item in GetLoop("Coordinates"))
{
@RenderItemList(new {
ItemType = "Department_Facts",
ListSourceType = "ItemList",
ListSourceArea = 1,
ItemFieldsList = "*",
ListPageSize = 4,
ListOrderBy = "Created",
ListTemplate = "modules/nearestplace.cshtml"
})
}