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

editor

Table of contents

Description:

This key defines settings for the default editor actions on your site.

Type:
Object
Properties:
default_pathstring Required#

This key defines the link for the Home button on the Dashboard page.

Defaults to: /

Show examplesHide examples

In this example, we have configured the Home button to link to /blog/ instead of the default /.

Copied to clipboard
editor:
  default_path: /blog/
{
  "editor": {
    "default_path": "/blog/"
  }
}
Examples:
Open in a new tab