Skip to content

Commit

Permalink
Increased version. Use tree mode by default for configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
tblock79 committed Jun 10, 2024
1 parent 2e929f7 commit 3e6ec1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1-alpha.2
0.3.1-beta.1
2 changes: 1 addition & 1 deletion webinterface/templates/configuration_edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1 class="title">Configuration</h1>
const editor = new JSONEditor({
target: document.getElementById('jsoneditor'),
props: {
mode: "text",
mode: "tree",
// mainMenuBar: false,
navigationBar: false,
content,
Expand Down

0 comments on commit 3e6ec1c

Please sign in to comment.