Merge pull request #3503 from kjac/feature-angular-stylesheets-editing-in-tabs

V8: Angular implementation of stylesheets editing
This commit is contained in:
Claus
2018-11-06 13:52:32 +01:00
committed by GitHub
23 changed files with 891 additions and 38 deletions

View File

@@ -16,5 +16,7 @@ namespace Umbraco.Web.Models.ContentEditing
[DataMember(Name = "selector")]
public string Selector { get; set; }
[DataMember(Name = "styles")]
public string Styles { get; set; }
}
}