forked from MapComplete/MapComplete
Docs: improve docs
This commit is contained in:
parent
d5b0976fb0
commit
1d25f926f8
1 changed files with 3 additions and 1 deletions
|
@ -225,7 +225,9 @@ export interface TagRenderingConfigJson {
|
||||||
classes?: string
|
classes?: string
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This tagRendering can introduce this builtin filter
|
* If 'true', then a filter is automatically created for this tagFilter.
|
||||||
|
* If one or more strings are given, these strings are interpreted as filter-ids and will summon this filter.
|
||||||
|
* For example, the "opening_hours"-question will also add the filter "filters.open_now"
|
||||||
*/
|
*/
|
||||||
filter?: string[] | true
|
filter?: string[] | true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue