You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**`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.
1277
+
**`placeholder`** | `string` | optional | Placeholder text in the search box.
1278
+
1279
+
#### Notes
1280
+
- 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.
1281
+
- Popup blockers can interfere with opening a new search window.
1282
+
1283
+
#### Example
1284
+
1285
+
This widget allows searching multiple search engines from dashy.
1286
+
```yaml
1287
+
- type: 'custom-search'
1288
+
options:
1289
+
placeholder: Search for something using the buttons below
0 commit comments