diff --git a/core/modules/node/src/Entity/Node.php b/core/modules/node/src/Entity/Node.php index adbf3c1..c127dfd 100644 --- a/core/modules/node/src/Entity/Node.php +++ b/core/modules/node/src/Entity/Node.php @@ -474,7 +474,7 @@ public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { ->setRevisionable(TRUE) ->setTranslatable(TRUE) ->setDisplayOptions('form', array( - 'type' => 'text_textarea', + 'type' => 'string_textarea', 'weight' => 0, 'settings' => array( 'rows' => 4,