This key defines settings for the default editor actions on your site.
Type
Object
Properties
This key defines the link for the Home button on the Dashboard page.
Defaults to: /
Appears in: editor.
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/"
}
}