Merge master

This commit is contained in:
Pieter Vander Vennet 2023-07-28 00:29:21 +02:00
commit 80168f5d0d
919 changed files with 95585 additions and 8504 deletions

View file

@ -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)