Optionally display the resharer as icon
This commit is contained in:
parent
176165b83b
commit
355284841a
5 changed files with 17 additions and 0 deletions
|
@ -150,6 +150,10 @@ return [
|
|||
// optimize_tables (Boolean)
|
||||
// Periodically (once an hour) run an "optimize table" command for cache tables
|
||||
'optimize_tables' => false,
|
||||
|
||||
// display_resharer (Boolean)
|
||||
// Display the first resharer as icon and text on a reshared item.
|
||||
'display_resharer' => false,
|
||||
],
|
||||
|
||||
// Used in the admin settings to lock certain features
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue