Chancer
06/28/2024, 7:34 AMSebastiaan
06/28/2024, 7:39 AMgit move
https://stackoverflow.com/a/20907647/23234415 and it's a one-by-one kind of thing. 🙈Sebastiaan
06/28/2024, 7:40 AMhuwred
06/28/2024, 7:42 AMChancer
06/28/2024, 7:42 AMcsharp
@foreach(var block in componentPicker)
{
var blockContent = block.Content;
@Html.Partial("Components/Blocks/" + blockContent.ContentType.Alias, block)
}
But the file names got made with capitals >.<huwred
06/28/2024, 7:44 AM