Skip to content

RetrievePagePropertyItem does not return any data for RichText properties (v4 preview) #317

@Scantheus

Description

@Scantheus

Adding JsonProperty attribute to RichTextPropertyItem.cs fixed it for me.

public class RichTextPropertyItem : SimplePropertyItem
{
    public override string Type => "rich_text";

    [JsonProperty("rich_text")]
    public RichTextBase RichText { get; set; }
}

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions