Changed the Property.Value setter to be public.
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Archetype.Umbraco.Models
|
||||
public class Property
|
||||
{
|
||||
public string Alias { get; internal set; }
|
||||
public object Value { get; internal set; }
|
||||
public object Value { get; set; }
|
||||
public string PropertyEditorAlias { get; internal set; }
|
||||
|
||||
internal int DataTypeId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user