forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
7ebb3d721c
411 changed files with 21814 additions and 8717 deletions
|
@ -26,8 +26,11 @@
|
|||
+ [color](#color)
|
||||
+ [image](#image)
|
||||
+ [simple_tag](#simple_tag)
|
||||
+ [tag](#tag)
|
||||
+ [key](#key)
|
||||
+ [translation](#translation)
|
||||
+ [icon](#icon)
|
||||
+ [fediverse](#fediverse)
|
||||
|
||||
|
||||
|
||||
|
@ -281,6 +284,14 @@ A simple tag of the format `key=value` where `key` conforms to a normal key `
|
|||
|
||||
|
||||
|
||||
### tag
|
||||
|
||||
|
||||
|
||||
A simple tag of the format `key=value` OR a tagExpression
|
||||
|
||||
|
||||
|
||||
### key
|
||||
|
||||
|
||||
|
@ -293,6 +304,22 @@ Validates a key, mostly that no weird characters are used
|
|||
|
||||
|
||||
|
||||
Makes sure the the string is of format `Record<string, string>`
|
||||
Makes sure the the string is of format `Record<string, string>`
|
||||
|
||||
|
||||
|
||||
### icon
|
||||
|
||||
|
||||
|
||||
Makes sure that a valid .svg-path is added
|
||||
|
||||
|
||||
|
||||
### fediverse
|
||||
|
||||
|
||||
|
||||
Validates fediverse addresses and normalizes them into `@username@server`-format
|
||||
|
||||
This document is autogenerated from [src/UI/InputElement/Validators.ts](https://github.com/pietervdvn/MapComplete/blob/develop/src/UI/InputElement/Validators.ts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue