Document the new openingMethod option for the custom search widget.

This commit is contained in:
Phillip Whelan 2025-11-04 19:21:24 -03:00
parent 1b77917335
commit 1e20f3e72c

View file

@ -1491,6 +1491,7 @@ Allows web search using multiple user-defined search engines and other websites.
--- | --- | --- | ---
**`engines`** | `array` | required | An array of search engine objects. Each search engine object should have two required properties: **title** and **url**. See the example below.
**`placeholder`** | `string` | optional | Placeholder text in the search box.
**`openingMethod`** | `string` | optional | Open search in one of `newtab`, `sametab` or `workspace`.
#### Notes
- The first search engine in the engines array will be treated as the default search engine, and used when the user presses `Enter` in the search box.