Add hunt queries

This commit is contained in:
Mike Reeves
2025-02-27 12:31:51 -05:00
parent a0944f8359
commit 4696152f78

View File

@@ -495,19 +495,6 @@ soc:
description: List of default queries to show in the query list. Each query is represented in JSON object notation, and must include the "name" key and "query" key.
global: True
forcedType: "[]{}"
syntax: json
uiElements:
- field: name
label: Name
required: True
- field: description
label: Description
- 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