Merge remote-tracking branch 'netcore/dev' into netcore/netcore

This commit is contained in:
Bjarke Berg
2020-08-26 08:05:15 +02:00
parent c561b256bf
commit 3d55dcd3c4
966 changed files with 9352 additions and 4199 deletions

View File

@@ -0,0 +1,8 @@
namespace Umbraco.Web.Models
{
public class IconModel
{
public string Name { get; set; }
public string SvgString { get; set; }
}
}