Changed the Property.DataTypeId property to be public, with an internal setter.
(We need to reference it within Courier's DataResolver)
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Archetype.Umbraco.Models
|
||||
public object Value { get; set; }
|
||||
public string PropertyEditorAlias { get; internal set; }
|
||||
|
||||
internal int DataTypeId { get; set; }
|
||||
public int DataTypeId { get; internal set; }
|
||||
|
||||
public T GetValue<T>()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user