]> git.mxchange.org Git - friendica.git/blobdiff - static/settings.config.php
Merge pull request #10283 from very-ape/fix-message-button
[friendica.git] / static / settings.config.php
index c05e675edb76012961a2e72034f472d399379307..c1c7e7bc8879e5a767bb64107d6bac8e9b31c4b9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -56,9 +56,13 @@ return [
                // Manual list of addons which are enabled on this system.
                'addon' => '',
 
+               // add_missing_posts (boolean)
+               // Checks for missing entries in "post", "post-thread" or "post-thread-user" and creates them
+               'add_missing_posts' => false,
+
                // allowed_themes (Comma-separated list)
                // Themes users can change to in their settings.
-               'allowed_themes' => 'quattro,vier,duepuntozero,smoothly',
+               'allowed_themes' => 'frio,quattro,vier,duepuntozero,smoothly',
 
                // curl_timeout (Integer)
                // Value is in seconds. Set to 0 for unlimited (not recommended).
@@ -184,7 +188,7 @@ return [
 
                // theme (String)
                // System theme name.
-               'theme' => 'vier',
+               'theme' => 'frio',
 
                // url (String)
                // The fully-qualified URL of this Friendica node.