mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Clarify codeEditor options only relate to monaco
This commit is contained in:
parent
a9164e63ab
commit
f97569dd34
2
packages/node_modules/node-red/settings.js
vendored
2
packages/node_modules/node-red/settings.js
vendored
@ -346,6 +346,8 @@ module.exports = {
|
|||||||
codeEditor: {
|
codeEditor: {
|
||||||
lib: "ace", //can be "monaco" or "ace"
|
lib: "ace", //can be "monaco" or "ace"
|
||||||
options: {
|
options: {
|
||||||
|
//// The follow options only apply if the editor is set to "monaco"
|
||||||
|
////
|
||||||
//// theme - must match the file name of a theme in
|
//// theme - must match the file name of a theme in
|
||||||
//// packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme
|
//// packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme
|
||||||
//// e.g. "tomorrow-night", "upstream-sunburst", "github", "my-theme"
|
//// e.g. "tomorrow-night", "upstream-sunburst", "github", "my-theme"
|
||||||
|
Loading…
Reference in New Issue
Block a user