DEV: Minor fixes to json schema editor styling (#16634)

This commit is contained in:
Penar Musaraj
2022-05-04 21:52:58 -04:00
committed by GitHub
parent fb1a3a1dbb
commit 749e496a2c
5 changed files with 98 additions and 153 deletions
@@ -35,6 +35,7 @@ export default Component.extend({
disable_edit_json: true,
disable_properties: true,
disable_collapse: true,
remove_button_labels: true,
show_errors: "never",
startval: this.model.value ? JSON.parse(this.model.value) : null,
});