You are here

public function DisqusTopCommentersBlock::defaultConfiguration in Disqus 8

Overrides DisqusBaseBlock::defaultConfiguration

File

src/Plugin/Block/DisqusTopCommentersBlock.php, line 21

Class

DisqusTopCommentersBlock
Plugin implementation of the 'disqus_top_commenters'.

Namespace

Drupal\disqus\Plugin\Block

Code

public function defaultConfiguration() {
  return parent::defaultConfiguration() + [
    'show_avatars' => TRUE,
    'avatar_size' => 32,
    'hide_mods' => FALSE,
  ];
}