Recent searches

in

show_gutter

On this page

This key toggles the gutter on the left of the editing interface, displaying line numbers and code folding controls.

Appears in#

└── source_editor
    └── show_gutter

Type#

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
  }
}
Open in a new tab