Skip to content

Commit

Permalink
Default to tree mode in custom styling example
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Sep 9, 2020
1 parent 70c9b0b commit 2cbac6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/06_custom_styling.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// create the editor
const container = document.getElementById('jsoneditor')
const options = {
modes: ['text', 'tree']
modes: ['tree', 'text']
}
const json = {
'array': [1, 2, 3],
Expand Down

0 comments on commit 2cbac6f

Please sign in to comment.