Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion polyglot.js
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ const checkBoxes = [
{name: 'customNavMenu', label: 'Use custom navigation menu', choice: Boolean},
{type: 'section', label: 'CodeMirror Settings'},
{name: 'codeMirrorTabSize', label: 'CodeMirror tab size', choice: ["Default", "2", "4", "8"]},
{name: 'codeMirrorIndentWithTabs', label: 'Indent with spaces instead of tabs', choice: ["Default", "Yes", "No"]},
{name: 'codeMirrorIndentWithTabs', label: 'Indent with tabs instead of spaces', choice: ["Default", "Yes", "No"]},
{name: 'codeMirrorAutoCloseBrackets', label: 'Auto close brackets', choice: ["Default", "Yes", "No"]},
{name: 'codeMirrorSmartIndent', label: 'Automatically indent code', choice: ["Default", "Yes", "No"]},
];
Expand Down