mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[feat] footer: support for custom entries
This commit is contained in:
parent
596b9b7864
commit
7e1b5f6cc8
3 changed files with 8 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ SCHEMA = {
|
|||
'docs_url': SettingsValue(str, 'https://docs.searxng.org'),
|
||||
'public_instances': SettingsValue((False, str), 'https://searx.space'),
|
||||
'wiki_url': SettingsValue(str, 'https://github.com/searxng/searxng/wiki'),
|
||||
'custom': SettingsValue(dict, {}),
|
||||
},
|
||||
'search': {
|
||||
'safe_search': SettingsValue((0, 1, 2), 0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue