libarea/config/publication.php
2023-07-27 05:20:06 +03:00

15 lines
No EOL
706 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/*
* Publication of posts and answers
* Публикация постов и ответов
*/
return [
// Enable (true) merging the first reply from posts if post author = reply author
// Включить (true) слияние первого ответа с постом в том случае, если автор поста = автору ответа
'merge_answer_post' => false,
// Enable (true) merge responses if a member posts multiple responses one after the other
// Включить (true) слияние ответов, если участник публикует множество ответов один за другим
'merge_answers' => true,
];