]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Merge pull request #10492 from annando/simple-short
[friendica.git] / static / defaults.config.php
index 3e05cab2ba8e045145b08b8323e290bb1cc96e42..20f351ab0eb66abec63cbc69af9c3f8519f039ae 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
  *
@@ -121,6 +121,10 @@ return [
                // Deny public access to the local user directory.
                'block_local_dir' => false,
 
+               // blocked_tags (String)
+               // Comma separated list of hash tags that shouldn't be displayed in the trending tags
+               'blocked_tags' => '',
+
                // community_no_sharer (Boolean)
                // Don't display sharing accounts on the global community
                'community_no_sharer' => false,