This key defines the link for the Home button on the Dashboard page.
Appears in
└── editor
└── default_pathType
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/"
}
}