Umbraco 13 - Copy and Pasting Block Items between ...
# help-with-umbraco
d
Has anyone been able to get Copy and Pasting Block Items between Block Grid and Block List working? I'm assuming:
Copy code
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage<Umbraco.Cms.Core.Models.Blocks.BlockGridItem>
and
Copy code
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage<Umbraco.Cms.Core.Models.Blocks.BlockListItem>
are not interchangeable.
2 Views