There was an error while loading. Please reload this page.
2 parents f277b26 + 358b47b commit 5eab0c4Copy full SHA for 5eab0c4
content.go
@@ -42,7 +42,7 @@ type Metadata struct {
42
43
// Properties defines properties of the editor
44
type Properties struct {
45
-Editor *Editor `json:"editor"`
+Editor *Editor `json:"editor,omitempty"`
46
ContentAppearanceDraft *ContentAppearanceDraft `json:"content-appearance-draft"`
47
ContentAppearancePublished *ContentAppearancePublished `json:"content-appearance-published"`
48
}
0 commit comments