This key toggles the gutter on the left of the editing interface, displaying line numbers and code folding controls.
Appears in
└── source_editor
└── show_gutterType
boolean
Default value
true
Examples
In this example, CloudCannon will show the gutter with line numbers in the Source Editor.
Copied to clipboard
source_editor:
show_gutter: true{
"source_editor": {
"show_gutter": true
}
}