Add visual json editor

This commit is contained in:
Nick O'Leary
2019-06-11 14:44:44 +01:00
parent c97786e12c
commit e3e0378857
6 changed files with 923 additions and 90 deletions

View File

@@ -739,7 +739,16 @@
},
"jsonEditor": {
"title": "JSON editor",
"format": "format JSON"
"format": "format JSON",
"rawMode": "Edit JSON",
"uiMode": "Visual editor",
"insertAbove": "Insert above",
"insertBelow": "Insert below",
"addItem": "Add item",
"copyPath": "Copy path to item",
"expandItems": "Expand items",
"collapseItems": "Collapse items",
"duplicate": "Duplicate"
},
"markdownEditor": {
"title": "Markdown editor",