Skip to content

Commit

Permalink
Merge branch 'dev' into add-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mbraak committed Feb 3, 2025
2 parents a232fe9 + 8b25cd2 commit 7c6159f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/_entries/options/savestate.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ For this to work, you should give each node in the tree data an id field:
{
name: 'node1',
id: 123,
childen: [
name: 'child1',
id: 124
children: [
{
name: 'child1',
id: 124
}
]
}
{% endhighlight %}
Expand Down

0 comments on commit 7c6159f

Please sign in to comment.