forked from Icycoide/searxng
[mod] drop unused setting option brand:twitter_url
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
2a2b6c4d57
commit
c9220de690
5 changed files with 0 additions and 11 deletions
|
@ -137,7 +137,6 @@ SCHEMA = {
|
|||
'docs_url': SettingsValue(str, None),
|
||||
'public_instances': SettingsValue(str, None),
|
||||
'wiki_url': SettingsValue(str, None),
|
||||
'twitter_url': SettingsValue(str, None),
|
||||
},
|
||||
'search': {
|
||||
'safe_search': SettingsValue((0,1,2), 0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue