Mention lang for get_taxonomy

Closes #1517
This commit is contained in:
Vincent Prouillet 2021-06-24 22:03:32 +02:00
parent c49d62cd1e
commit 8e9b779fc6

View file

@ -149,6 +149,8 @@ kind: TaxonomyConfig;
items: Array<TaxonomyTerm>;
```
`lang` (optional) default to `config.default_language` in config.toml
See the [Taxonomies documentation](@/documentation/templates/taxonomies.md) for a full documentation of those types.
### `get_url`