forked from MapComplete/MapComplete
Chore: regenerate docs, lint
This commit is contained in:
parent
7b41b617f6
commit
bad0edd4b0
201 changed files with 6044 additions and 1750 deletions
|
@ -164,6 +164,10 @@ In other words: use `{ "before": ..., "after": ..., "special": {"type": ..., "ar
|
|||
* [Example usage of favourite_status](#example-usage-of-favourite_status)
|
||||
+ [favourite_icon](#favourite_icon)
|
||||
* [Example usage of favourite_icon](#example-usage-of-favourite_icon)
|
||||
+ [direction_indicator](#direction_indicator)
|
||||
* [Example usage of direction_indicator](#example-usage-of-direction_indicator)
|
||||
+ [qr_code](#qr_code)
|
||||
* [Example usage of qr_code](#example-usage-of-qr_code)
|
||||
+ [auto_apply](#auto_apply)
|
||||
* [Example usage of auto_apply](#example-usage-of-auto_apply)
|
||||
|
||||
|
@ -314,6 +318,7 @@ idKey | id | (Matches all resting arguments) This argument should be the key of
|
|||
name | default | description
|
||||
------ | --------- | -------------
|
||||
url | _undefined_ | The url to share (default: current URL)
|
||||
text | _undefined_ | The text to show on the button. If none is given, will act as a titleIcon
|
||||
|
||||
|
||||
#### Example usage of share_link
|
||||
|
@ -1177,6 +1182,26 @@ giggityUrl | _undefined_ | The URL of the giggity-XML
|
|||
|
||||
|
||||
|
||||
### direction_indicator
|
||||
|
||||
Gives a distance indicator and a compass pointing towards the location from your GPS-location. If clicked, centers the map on the object
|
||||
|
||||
#### Example usage of direction_indicator
|
||||
|
||||
`{direction_indicator()}`
|
||||
|
||||
|
||||
|
||||
### qr_code
|
||||
|
||||
Generates a QR-code to share the selected object
|
||||
|
||||
#### Example usage of qr_code
|
||||
|
||||
`{qr_code()}`
|
||||
|
||||
|
||||
|
||||
### auto_apply
|
||||
|
||||
A button to run many actions for many features at once. To effectively use this button, you'll need some ingredients:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue