From e8ca8182dbfae055bcdba1593df7e5c1ee6e6605 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 8 Feb 2019 22:58:48 -0500 Subject: [PATCH] Add explicit_mentions feature setting --- src/Content/Feature.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Content/Feature.php b/src/Content/Feature.php index db0a70e2fb..58ef856f3d 100644 --- a/src/Content/Feature.php +++ b/src/Content/Feature.php @@ -90,6 +90,7 @@ class Feature 'composition' => [ L10n::t('Post Composition Features'), ['aclautomention', L10n::t('Auto-mention Forums'), L10n::t('Add/remove mention when a forum page is selected/deselected in ACL window.'), false, Config::get('feature_lock', 'aclautomention', false)], + ['explicit_mentions', L10n::t('Explicit Mentions'), L10n::t('Add explicit mentions to comment box for manual control over who gets mentioned in replies.'), false, Config::get('feature_lock', 'explicit_mentions', false)], ], // Network sidebar widgets