- Description:
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:
/Show examplesHide examples
In this example, we have configured the Home button to link to
/blog/instead of the default/.Copied to clipboardeditor: default_path: /blog/{ "editor": { "default_path": "/blog/" } }- Examples: