diff --git a/docs/widgets.md b/docs/widgets.md index addf2ff9..2bb588a4 100644 --- a/docs/widgets.md +++ b/docs/widgets.md @@ -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.