Updated Information Widgets (markdown)

Ben Phelps
2022-09-27 21:21:46 +03:00
parent c458843427
commit a45b0852b3

@@ -100,11 +100,11 @@ You can optionally not pass a `latitude` and `longitude` and the widget will use
## Search ## Search
You can add a search bar to your top widget area that can search using Google, Duckduckgo, Bing or any other custom provider that supports the basic `?q=` search query param. You can add a search bar to your top widget area that can search using Google, Duckduckgo, Bing, Baidu or any other custom provider that supports the basic `?q=` search query param.
```yaml ```yaml
- search: - search:
provider: google # google, duckduckgo, bing or custom provider: google # google, duckduckgo, bing, baidu or custom
focus: true # Optional, will set focus to the search bar on page load focus: true # Optional, will set focus to the search bar on page load
target: _blank # One of _self, _blank, _parent or _top target: _blank # One of _self, _blank, _parent or _top
``` ```