Loosen the RTEValue datacontract to improve migrations (#18349)
This commit is contained in:
@@ -10,5 +10,5 @@ public class RichTextEditorValue
|
||||
public required string Markup { get; set; }
|
||||
|
||||
[DataMember(Name = "blocks")]
|
||||
public required RichTextBlockValue? Blocks { get; set; }
|
||||
public RichTextBlockValue? Blocks { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user