diff --git a/doc/CategoryAsYAML.md b/doc/CategoryAsYAML.md index 5e6596d1..e9f1b94a 100644 --- a/doc/CategoryAsYAML.md +++ b/doc/CategoryAsYAML.md @@ -128,6 +128,11 @@ feature: # each value individually. They are joined as enumeration. details: | {{ tagTransList('cuisine', tags.cuisine) }} + # Body is shown in the popup and the details in the sidebar. An easy way to + # show all tags is using the TwigJS 'yaml' filter, which produces YAML. + # Alternatively, you could use 'json_pp' (JSON pretty print). + body: | +
{{ tags|yaml }}
filter: cuisine: name: "{{ keyTrans('cuisine') }}"