Link to template from "document types" or "content" screen (#2784)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
c85185bdb0
commit
ff8ea3ec6b
@@ -28,6 +28,15 @@ namespace Umbraco.Web.Models.ContentEditing
|
||||
[DataMember(Name = "template")]
|
||||
public string TemplateAlias { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
[DataMember(Name = "templateId")]
|
||||
public int TemplateId { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
[DataMember(Name = "allowedTemplates")]
|
||||
public IDictionary<string, string> AllowedTemplates { get; set; }
|
||||
|
||||
@@ -58,4 +67,4 @@ namespace Umbraco.Web.Models.ContentEditing
|
||||
[DataMember(Name = "isBlueprint")]
|
||||
public bool IsBlueprint { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user