Update casing of listview layout name

This commit is contained in:
Bjarne Fyrstenborg
2021-03-22 20:41:10 +01:00
committed by Nathan Woulfe
parent f8f2029637
commit 3d05bd6917

View File

@@ -28,7 +28,7 @@ namespace Umbraco.Web.PropertyEditors
Layouts = new[]
{
new Layout { Name = "List", Icon = "icon-list", IsSystem = 1, Selected = true, Path = "views/propertyeditors/listview/layouts/list/list.html" },
new Layout { Name = "grid", Icon = "icon-thumbnails-small", IsSystem = 1, Selected = true, Path = "views/propertyeditors/listview/layouts/grid/grid.html" }
new Layout { Name = "Grid", Icon = "icon-thumbnails-small", IsSystem = 1, Selected = true, Path = "views/propertyeditors/listview/layouts/grid/grid.html" }
};
IncludeProperties = new []