Themes: allow a questionbox to have both a whitelist and a blacklist

This commit is contained in:
Pieter Vander Vennet 2025-06-06 18:15:50 +02:00
parent 0c82fd5438
commit f88fade35b
2 changed files with 87 additions and 32 deletions

View file

@ -29,7 +29,7 @@ class QuestionViz implements SpecialVisualizationSvelte {
},
{
name: "blacklisted-labels",
doc: "One or more ';'-separated labels of questions which should _not_ be included. Note that the questionbox which is added by default will blacklist 'hidden'",
doc: "One or more ';'-separated labels of questions which should _not_ be included. Note that the questionbox which is added by default will blacklist 'hidden'. If both a whitelist and a blacklist are given, will show questions having at least one label from the whitelist but none of the blacklist.",
},
{
name: "show_all",