Update casing of listview layout name
This commit is contained in:
committed by
Nathan Woulfe
parent
f8f2029637
commit
3d05bd6917
@@ -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 []
|
||||
|
||||
Reference in New Issue
Block a user