...
You can add a link to the Home page of your space as a menu item. For example, you can add the home link to the Important Items tab. Users click on this link to return to the home page of the space. Follow For example, you can add the home link to the Important Items tab by following these steps to ad:
- Edit the space menu.
Add the home link using the syntax shown - change the url to specify your server name, port, tenant id, user id and space id. The ending portion after your space id must be /home?embed=true
Code Block ** Home|http://your server:8082/frevvo/web/tn/your tenant/user/your user/space/your space id/home?embed=true
- To add it as a tab, precede the title word Home with one asterisk instead of 2.
To add it under a tab, such as as a selection under the Important Items tab, precede the url with 2 asterisks and place it in the menu under the * Important Items entry.
Code Block * Important Items ** Task List|http://localhost:8082/frevvo/web/tn/doctenant/subject/{subject.id}/tasks?embed=true ** Home|http://localhost:8082/frevvo/web/tn/doctenant/user/designer/space/mycompany/home?embed=true
- Save your changes.
...