Skip to content

Commit

Permalink
Merge pull request #60 from headincl0ud/fix/metadata-editor-property
Browse files Browse the repository at this point in the history
[issue-59] Fixed metadata editor property
  • Loading branch information
c-seeger authored Oct 16, 2023
2 parents f277b26 + 358b47b commit 5eab0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type Metadata struct {

// Properties defines properties of the editor
type Properties struct {
Editor *Editor `json:"editor"`
Editor *Editor `json:"editor,omitempty"`
ContentAppearanceDraft *ContentAppearanceDraft `json:"content-appearance-draft"`
ContentAppearancePublished *ContentAppearancePublished `json:"content-appearance-published"`
}
Expand Down

0 comments on commit 5eab0c4

Please sign in to comment.