Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / comment / src / Plugin / Field / FieldType / CommentItem.php
index 3fd0cda57c9c47969fdcf10f9936e960f1195fa6..d6bbdd34538d65b5b7b471f5ab175ef98c281892 100644 (file)
@@ -117,9 +117,8 @@ class CommentItem extends FieldItemBase implements CommentItemInterface {
       '#title' => t('Comments per page'),
       '#default_value' => $settings['per_page'],
       '#required' => TRUE,
-      '#min' => 10,
+      '#min' => 1,
       '#max' => 1000,
-      '#step' => 10,
     ];
     $element['anonymous'] = [
       '#type' => 'select',