From 4281b623b53f415f68e18bcaa93a6e5aae62b099 Mon Sep 17 00:00:00 2001 From: Sanjin <102841251+duckduckgrayduck@users.noreply.github.com> Date: Tue, 5 Mar 2024 13:04:48 -0600 Subject: [PATCH] Selection listed first in example config --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index b36435f..dd6bd94 100644 --- a/config.yaml +++ b/config.yaml @@ -9,10 +9,10 @@ type: object # How does this add-on accept documents # If more than one type is specified, the user will be prompted to choose one documents: - # By the current search query - - query # By the currently selected documents - selected + # By the current search query + - query # Properties are the fields for your form properties: # the key is the name of the variable that will be returned to your code