]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/default.php
Remove missing twittersettings page from subscriptions helper
[quix0rs-gnu-social.git] / lib / default.php
index 9c4c8cab05711169051bf021506b35668fc62362..673c94769a89d90070c456f4fe6183becb69a55d 100644 (file)
@@ -310,7 +310,8 @@ $default =
                                  'TagSub' => null,
                                  'OpenID' => null,
                                  'Directory' => null,
-                                 'ExtendedProfile' => null),
+                                 'ExtendedProfile' => null,
+                                 'Activity' => null),
               'locale_path' => false, // Set to a path to use *instead of* each plugin's own locale subdirectories
               'server' => null,
               'sslserver' => null,
@@ -350,5 +351,7 @@ $default =
         'router' =>
         array('cache' => true), // whether to cache the router object. Defaults to true, turn off for devel
         'discovery' =>
-        array('cors' => false) // Allow Cross-Origin Resource Sharing for service discovery (host-meta, XRD, etc.)
+          array('cors' => false), // Allow Cross-Origin Resource Sharing for service discovery (host-meta, XRD, etc.)
+       'performance' => array('high' => false), // disable some features for higher performance; default false
+       'oldschool' => array('enabled' => false) // enable users to use old-style UI
     );