Some things I thought were bools are not bools

This commit is contained in:
Mike Reeves
2025-03-05 14:56:26 -05:00
parent 945a467ec8
commit b01fb733a9

View File

@@ -505,6 +505,9 @@ soc:
- field: query
label: Query
required: True
- field: showSubtitle
label: Show Query in Dropdown. Must be true or false
regex: ^(true|false)$
queryToggleFilters:
description: Customize togglable query filters that apply to all queries. Exclusive toggles will invert the filter if toggled off rather than omitting the filter from the query.
global: True