Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tutorial: Fix description of sitemap 'type' #1204

Merged
merged 1 commit into from
Apr 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions tutorials/beginner/sitemap.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,12 @@ Next comes the block with the actual items you want to show on your sitemap. Her
The syntax is again pretty straight:

```bash
ItemType item=ItemName label="Description of the item shown on the webpage"
ElementType item=ItemName label="Description of the item shown on the webpage"
```

where ItemType and ItemName must be the same as defined in default.items
where ItemName must be the same as defined in default.items

You can find a detailed overview of the different element types [here]({{base}}/configuration/configuration/sitemaps.html#element-types)

One last thing to do is setting the default sitemap for the "Basic UI" via "Paper UI".
Browse to "Configuration -> Services" in Paper UI and click the "Configure" button of Basic UI
Expand Down