Fix start node configuration for tree pickers
This commit is contained in:
committed by
Sebastiaan Janssen
parent
fc29422b8d
commit
1ceab77aef
@@ -15,6 +15,6 @@ namespace Umbraco.Web.PropertyEditors
|
||||
public string StartNodeQuery {get;set;}
|
||||
|
||||
[JsonProperty("id")]
|
||||
public int? StartNodeId {get;set;}
|
||||
public string StartNodeId {get;set;}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user