Linting: Remove obsolete parameter, remove log, improve docs

This commit is contained in:
Pieter Vander Vennet 2024-05-21 01:41:59 +02:00
parent 5460f70f76
commit 67f248b416
2 changed files with 4 additions and 4 deletions

View file

@ -194,11 +194,11 @@ export interface QuestionableTagRenderingConfigJson extends TagRenderingConfigJs
mappings?: MappingConfigJson[]
/**
* If true, use checkboxes instead of radio buttons when asking the question
*
* question: Should a contributor be allowed to select multiple mappings?
*
* iftrue: allow to select multiple mappings
* If true, use checkboxes instead of radio buttons when asking the question.
*
* iftrue: allow to select multiple mappings (and show a freeform-value as list if ';'-separated)
* iffalse: only allow to select a single mapping
* ifunset: only allow to select a single mapping
*/