mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
Document the new openingMethod option for the custom search widget.
This commit is contained in:
parent
1b77917335
commit
1e20f3e72c
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue