From b01fb733a960944a7af005fa8344880ea0f5b6ff Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 5 Mar 2025 14:56:26 -0500 Subject: [PATCH] Some things I thought were bools are not bools --- salt/soc/soc_soc.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index fef5ce382..b4f724b38 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -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