Added configuration for search for frontend.
This commit is contained in:
@ -1,5 +1,21 @@
|
||||
{
|
||||
"features": {
|
||||
"registration": false
|
||||
}
|
||||
"features": {
|
||||
"registration": false
|
||||
},
|
||||
"providers": {
|
||||
"default": "google",
|
||||
"google": {
|
||||
"name": "Google",
|
||||
"filters": {},
|
||||
"languages": {
|
||||
"zh": "Chinese",
|
||||
"nl": "Dutch",
|
||||
"en": "English",
|
||||
"fr": "Francais",
|
||||
"ko": "Korean",
|
||||
"ja": "Japanese",
|
||||
"es": "Spanish"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user