Allow a post_edit_time_limit of up to 1 year
This commit is contained in:
parent
4b9cc1ad17
commit
1706036f2b
@ -481,7 +481,9 @@ posting:
|
||||
default: true
|
||||
client: true
|
||||
editing_grace_period: 300
|
||||
post_edit_time_limit: 86400
|
||||
post_edit_time_limit:
|
||||
default: 86400
|
||||
max: 525600
|
||||
edit_history_visible_to_public:
|
||||
client: true
|
||||
default: true
|
||||
|
||||
Reference in New Issue
Block a user