Docs: improve docs

This commit is contained in:
Pieter Vander Vennet 2025-04-21 02:48:50 +02:00
parent d5b0976fb0
commit 1d25f926f8

View file

@ -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