Merge branch 'cherry-pick-80ca2023' into 'dev'
Add 'reply on comment' feature See merge request kostikov/core!1
This commit is contained in:
commit
a2dd0aea92
@ -167,6 +167,14 @@ function get_features($filtered = true, $level = (-1)) {
|
||||
t('Ability to mark special posts with a star indicator'),
|
||||
false,
|
||||
get_config('feature_lock','star_posts'),
|
||||
],
|
||||
|
||||
[
|
||||
'reply_to',
|
||||
t('Reply on comment'),
|
||||
t('Ability to reply on selected comment'),
|
||||
false,
|
||||
get_config('feature_lock','reply_to'),
|
||||
]
|
||||
|
||||
],
|
||||
|
Reference in New Issue
Block a user