diff options
| author | lolcat <will@lolcat.ca> | 2024-09-01 20:35:21 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2024-09-01 20:35:21 -0400 |
| commit | c9eec8260bbbe14015cf6acf1946dc8218d20b74 (patch) | |
| tree | e3cb723634fc4bf2ac351fb28f4c818446920502 /settings.php | |
| parent | 063397dbd1019b8586b2e12af06a97712d48af28 (diff) | |
added solofield
Diffstat (limited to 'settings.php')
| -rw-r--r-- | settings.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/settings.php b/settings.php index 12f607f..8030035 100644 --- a/settings.php +++ b/settings.php @@ -166,6 +166,10 @@ $settings = [ "text" => "Mojeek" ], [ + "value" => "solofield", + "text" => "Solofield" + ], + [ "value" => "marginalia", "text" => "Marginalia" ], @@ -211,6 +215,10 @@ $settings = [ "value" => "yep", "text" => "Yep" ], + [ + "value" => "solofield", + "text" => "Solofield" + ], /*[ "value" => "pinterest", "text" => "Pinterest" @@ -257,6 +265,10 @@ $settings = [ "value" => "qwant", "text" => "Qwant" ], + [ + "value" => "solofield", + "text" => "Solofield" + ] ] ], [ |
