feat(code-editor): Add JSON language for Code Editor
This commit is contained in:
parent
8f929e1390
commit
21ae89e721
1 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,8 @@ frappe.ui.form.ControlCode = frappe.ui.form.ControlText.extend({
|
|||
'HTML': 'ace/mode/html',
|
||||
'CSS': 'ace/mode/css',
|
||||
'Markdown': 'ace/mode/markdown',
|
||||
'SCSS': 'ace/mode/scss'
|
||||
'SCSS': 'ace/mode/scss',
|
||||
'JSON': 'ace/mode/json'
|
||||
};
|
||||
const language = this.df.options;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue