diff --git a/core/modules/node/lib/Drupal/node/Entity/Node.php b/core/modules/node/lib/Drupal/node/Entity/Node.php index ea88f3f..41b7e89 100644 --- a/core/modules/node/lib/Drupal/node/Entity/Node.php +++ b/core/modules/node/lib/Drupal/node/Entity/Node.php @@ -358,7 +358,6 @@ public static function baseFieldDefinitions($entity_type) { ->setDescription(t('The title of this node, always treated as non-markup plain text.')) ->setClass('\Drupal\node\NodeTitleItemList') ->setRequired(TRUE) - ->setPropertyConstraints('value', array('Length' => array('max' => 255))) ->setTranslatable(TRUE) ->setFieldSettings(array( 'default_value' => '',