Issue #2689045 by aluzzardi, anas_maw, logickal, relaxnow, jigarius:
Compare changes
+ 4
− 0
@@ -91,6 +91,7 @@ function read_time_form_node_type_form_alter(&$form, FormStateInterface $form_st
@@ -91,6 +91,7 @@ function read_time_form_node_type_form_alter(&$form, FormStateInterface $form_st
'#default_value' => $type->getThirdPartySetting('read_time', 'read_time_format', $defaults['format']),
@@ -202,6 +203,9 @@ function read_time_node_view(array &$build, EntityInterface $entity, EntityViewD
@@ -202,6 +203,9 @@ function read_time_node_view(array &$build, EntityInterface $entity, EntityViewD
$hour_format = \Drupal::translation()->formatPlural($hours, '1 ' . $hour_suffix, '@count ' . $hour_suffix . 's');