Merge pull request #10024 from annando/block-tags
Block tags from the trending tags
This commit is contained in:
commit
df547ba73f
2 changed files with 27 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue