Recent searches

in

default_path

On this page

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