Issue #2136895 by Wim Leers: Comment settings are now a field, but not an editable one: breaks in-place editing .

8.0.x
webchick 2013-11-23 19:34:30 -08:00
parent 00f8a4fd4a
commit b38443b89d
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
* label = @Translation("Comment list"),
* field_types = {
* "comment"
* },
* edit = {
* "editor" = "disabled"
* }
* )
*/