forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
80168f5d0d
919 changed files with 95585 additions and 8504 deletions
|
@ -27,6 +27,7 @@
|
|||
+ [image](#image)
|
||||
+ [simple_tag](#simple_tag)
|
||||
+ [key](#key)
|
||||
+ [translation](#translation)
|
||||
|
||||
|
||||
|
||||
|
@ -284,6 +285,14 @@ A simple tag of the format `key=value` where `key` conforms to a normal key `
|
|||
|
||||
|
||||
|
||||
Validates a key, mostly that no weird characters are used
|
||||
Validates a key, mostly that no weird characters are used
|
||||
|
||||
This document is autogenerated from [UI/InputElement/Validators.ts](https://github.com/pietervdvn/MapComplete/blob/develop/UI/InputElement/Validators.ts)
|
||||
|
||||
|
||||
### translation
|
||||
|
||||
|
||||
|
||||
Makes sure the the string is of format `Record<string, string>`
|
||||
|
||||
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