public function DisqusRecentCommentBlock::defaultConfiguration in Disqus 8
Overrides DisqusBaseBlock::defaultConfiguration
File
- src/
Plugin/ Block/ DisqusRecentCommentBlock.php, line 21
Class
- DisqusRecentCommentBlock
- Plugin implementation of the 'disqus_recent_comments'.
Namespace
Drupal\disqus\Plugin\BlockCode
public function defaultConfiguration() {
return parent::defaultConfiguration() + [
'show_avatars' => TRUE,
'avatar_size' => 32,
'excerpt_length' => '200',
];
}