Disallow spaces in search engine names
This commit is contained in:
parent
64f0e2471a
commit
3fd097066a
@ -1817,7 +1817,9 @@ url.searchengines:
|
|||||||
type:
|
type:
|
||||||
name: Dict
|
name: Dict
|
||||||
required_keys: ['DEFAULT']
|
required_keys: ['DEFAULT']
|
||||||
keytype: String
|
keytype:
|
||||||
|
name: String
|
||||||
|
forbidden: ' '
|
||||||
valtype: SearchEngineUrl
|
valtype: SearchEngineUrl
|
||||||
desc: >-
|
desc: >-
|
||||||
Search engines which can be used via the address bar.
|
Search engines which can be used via the address bar.
|
||||||
|
Loading…
Reference in New Issue
Block a user