Merge master

This commit is contained in:
Pieter Vander Vennet 2023-08-24 12:22:45 +02:00
commit 7ebb3d721c
411 changed files with 21814 additions and 8717 deletions

View file

@ -144,6 +144,10 @@ In other words: use `{ "before": ..., "after": ..., "special": {"type": ..., "ar
* [Example usage of link](#example-usage-of-link)
+ [multi](#multi)
* [Example usage of multi](#example-usage-of-multi)
+ [translated](#translated)
* [Example usage of translated](#example-usage-of-translated)
+ [fediverse_link](#fediverse_link)
* [Example usage of fediverse_link](#example-usage-of-fediverse_link)
+ [auto_apply](#auto_apply)
* [Example usage of auto_apply](#example-usage-of-auto_apply)
@ -1023,6 +1027,36 @@ tagrendering | _undefined_ | An entire tagRenderingConfig
### translated
If the given key can be interpreted as a JSON, only show the key containing the current language (or 'en'). This specialRendering is meant to be used by MapComplete studio and is not useful in map themes
name | default | description
------ | --------- | -------------
key | value | The attribute to interpret as json
#### Example usage of translated
`{translated(value)}`
### fediverse_link
Converts a fediverse username or link into a clickable link
name | default | description
------ | --------- | -------------
key | _undefined_ | The attribute-name containing the link
#### Example usage of fediverse_link
`{fediverse_link()}`
### auto_apply
A button to run many actions for many features at once. To effectively use this button, you'll need some ingredients: