Merge pull request #32 from thedeany/add-placeholder-for-search
Add ability to set search placeholder text
This commit is contained in:
commit
c3188882d9
4 changed files with 5 additions and 0 deletions
|
@ -68,6 +68,7 @@ export const defaults = {
|
|||
},
|
||||
search: {
|
||||
search: {
|
||||
placeholder: '',
|
||||
defaultProvider: "https://google.com/search?q=",
|
||||
providers: [],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue