Dean Leigh
08/13/2023, 6:58 AM@foreach (var item in Model)
{
if (item.Content.ContentType.Alias.StartsWith("layout"))
{
layout = true; // Set the layout variable to true if the condition is met
}
}
I would prefer to use the group which I can see is blockGroup.name
in AngularDean Leigh
08/14/2023, 11:10 AMCodeSharePaul
08/14/2023, 11:13 AM