forked from MapComplete/MapComplete
Themes: allow a questionbox to have both a whitelist and a blacklist
This commit is contained in:
parent
0c82fd5438
commit
f88fade35b
2 changed files with 87 additions and 32 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue