Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Pieter Vander Vennet 2021-10-28 03:17:09 +02:00
commit 9676e526d7
18 changed files with 11293 additions and 1 deletions

View file

@ -179,7 +179,7 @@ export interface TagRenderingConfigJson {
* If chosen as answer, these tags will be applied as well onto the object.
* Not compatible with multiAnswer
*/
addExtraTags: string[]
addExtraTags?: string[]
}[]
}