reverting thumbnail changes

This commit is contained in:
Shannon
2019-08-08 19:45:19 +10:00
parent 0c83c3a9a9
commit b27e10c207
6 changed files with 2 additions and 3 deletions
@@ -28,8 +28,8 @@ namespace Umbraco.Core.Persistence.Dtos
[NullSetting(NullSetting = NullSettings.Null)]
public string Icon { get; set; }
//[Column("thumbnail")]
//[Constraint(Default = "folder.png")]
[Column("thumbnail")]
[Constraint(Default = "folder.png")]
[ResultColumn]
public string Thumbnail { get; set; }
-1
View File
@@ -80,7 +80,6 @@
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
<Folder Include="Config\thumbnails\" />
<Folder Include="Views\MacroPartials\" />
</ItemGroup>
<ItemGroup>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB