From 57a9617d5b7fce47ae05e2d750f258520ee6a6fa Mon Sep 17 00:00:00 2001 From: Steffen Maass Date: Sat, 19 Nov 2022 16:20:55 -0800 Subject: [PATCH] Add a key when enabling the CommentsExtension. This allows modules to unset it if necessary. --- _config/comments.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config/comments.yml b/_config/comments.yml index c6c1b52..083d0d6 100644 --- a/_config/comments.yml +++ b/_config/comments.yml @@ -6,6 +6,6 @@ only: --- SilverStripe\CMS\Model\SiteTree: extensions: - - SilverStripe\Comments\Extensions\CommentsExtension + comments: SilverStripe\Comments\Extensions\CommentsExtension comments: enabled_cms: true