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

default_path

Table of contents

Description:

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

Appears in:
└── editor
    └── default_path
Type:
string Required
Default value:
/
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/"
  }
}
Open in a new tab