☁️ Loving our new documentation website? Provide feedback in the CloudCannon Community! ✨

show_gutter

Table of contents

Description:

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