Skip to content

Commit

Permalink
Merge pull request #11 from underscope/chore/add-missing-prop
Browse files Browse the repository at this point in the history
Add data field to the ContentContainer entity
  • Loading branch information
underscope authored Nov 14, 2024
2 parents 129427c + 68362f2 commit 7c71d9e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export class ContentContainer {
type: string
position: number
publishedAs: string
data: { [key: string]: any }

@Type(() => ContentElement)
elements: ContentElement[]
Expand Down

0 comments on commit 7c71d9e

Please sign in to comment.