- Description:
This key defines the link for the Home button on the Dashboard page.
- Appears in:
└── editor └── default_path- Type:
stringRequired- Default value:
/- 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/" } }