From b38443b89df1934c50be91e2162bd5456c2328dc Mon Sep 17 00:00:00 2001 From: webchick Date: Sat, 23 Nov 2013 19:34:30 -0800 Subject: [PATCH] Issue #2136895 by Wim Leers: Comment settings are now a field, but not an editable one: breaks in-place editing . --- .../Plugin/Field/FieldFormatter/CommentDefaultFormatter.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/modules/comment/lib/Drupal/comment/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php b/core/modules/comment/lib/Drupal/comment/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php index be1b6db200b..4ae0c45bdec 100644 --- a/core/modules/comment/lib/Drupal/comment/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php +++ b/core/modules/comment/lib/Drupal/comment/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php @@ -25,6 +25,9 @@ use Symfony\Component\DependencyInjection\ContainerInterface; * label = @Translation("Comment list"), * field_types = { * "comment" + * }, + * edit = { + * "editor" = "disabled" * } * ) */