Loading src/Plugin/Block/TwitterSearchBlock.php +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ class TwitterSearchBlock extends TwitterBlockBase { $form['options']['count'] = [ '#type' => 'number', '#title' => $this->t('Number of tweets to display'), '#default_value' => $config['count'] ?? 3, '#default_value' => $config['options']['count'] ?? 3, '#required' => TRUE, '#min' => 0, ]; Loading Loading
src/Plugin/Block/TwitterSearchBlock.php +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ class TwitterSearchBlock extends TwitterBlockBase { $form['options']['count'] = [ '#type' => 'number', '#title' => $this->t('Number of tweets to display'), '#default_value' => $config['count'] ?? 3, '#default_value' => $config['options']['count'] ?? 3, '#required' => TRUE, '#min' => 0, ]; Loading