Got macro parameter editors inserting macros into the template editor for both webforms and mvc, created unit tests for macro syntax in macroservice. Removed the hard coded span8 for input elements for property editors - need to figure out a different way to set their width.

This commit is contained in:
Shannon
2013-09-20 14:24:39 +10:00
parent 661bc3149f
commit 7396b01466
21 changed files with 326 additions and 72 deletions

View File

@@ -27,6 +27,12 @@ namespace Umbraco.Web.Models.ContentEditing
[Required]
public int ParentId { get; set; }
/// <summary>
/// This will only be populated for some entities like macros
/// </summary>
[DataMember(Name = "alias")]
public string Alias { get; set; }
/// <summary>
/// For now we'll exclude this from the json results, this is needed for permissions check filtering
/// </summary>