Is there a recommended way to register custom query types, similar to how registering dynamic data tags works?
Looking through the documented hooks, the closest option to implement this seems to be bricks/setup/control_options to add an item to the list of query items in the interface and then later catch if the item was the active type with the bricks/query/run filter (and likely others). Is bricks/setup/control_options intended to be used for this, or are there other options?
For clarity, what I mean is something close to how ACF repeaters are listed as their own Type value for queries –
