Display the post receivers
This commit is contained in:
parent
d2be291502
commit
39e820e6a3
5 changed files with 100 additions and 22 deletions
|
@ -140,6 +140,10 @@ return [
|
|||
// If you don't want to set a maximum length, set to -1.
|
||||
'max_image_length' => -1,
|
||||
|
||||
// max_receivers (Integer)
|
||||
// The maximum number of displayed receivers of posts
|
||||
'max_receivers' => 10,
|
||||
|
||||
// maximagesize (Integer)
|
||||
// Maximum size in bytes of an uploaded photo.
|
||||
'maximagesize' => 800000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue