Looks like there was an error, you should not have got here
8 | 9 | -------------------------------------------------------------------------------- /ZauberCMS.Core/Content/Interfaces/IContentBlock.cs: -------------------------------------------------------------------------------- 1 | namespace ZauberCMS.Core.Content.Interfaces; 2 | 3 | public interface IContentBlock 4 | { 5 | string ContentTypeAlias { get; } 6 | Models.Content? Content { get; set; } 7 | } -------------------------------------------------------------------------------- /ZauberCMS.Core/Shared/Models/DataGridResult.cs: -------------------------------------------------------------------------------- 1 | namespace ZauberCMS.Core.Shared.Models; 2 | 3 | public class DataGridResultIt looks like you haven't selected a Component View for the @Content?.Name page, or the Component View has been deleted.
9 |