Skip to content

Commit

Permalink
dump: add children allow
Browse files Browse the repository at this point in the history
* closes #1099
  • Loading branch information
jrcastro2 committed Feb 19, 2024
1 parent 890242c commit 5c1373c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def post_dump(self, record, data, dumper=None):
"slug",
"theme",
"version_id",
"children.allow",
"metadata.title",
"metadata.type",
"metadata.website",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,15 @@ def post_dump(self, record, data, dumper=None):
"metadata.website",
"metadata.organizations",
"metadata.funding",
"children.allow",
"parent.id",
"parent.slug",
"parent.uuid",
"parent.created",
"parent.updated",
"parent.version_id",
"parent.theme",
"parent.children.allow",
"parent.metadata.title",
"parent.metadata.type",
"parent.metadata.website",
Expand Down

0 comments on commit 5c1373c

Please sign in to comment.