/**
  * {@inheritdoc}
  */
 public function defaultConfiguration()
 {
     return parent::defaultConfiguration() + ['show_avatars' => TRUE, 'avatar_size' => 32, 'excerpt_length' => '200'];
 }
 /**
  * {@inheritdoc}
  */
 public function defaultConfiguration()
 {
     return parent::defaultConfiguration() + ['show_avatars' => TRUE, 'avatar_size' => 32, 'hide_mods' => FALSE];
 }
 /**
  * {@inheritdoc}
  */
 public function defaultConfiguration()
 {
     return parent::defaultConfiguration() + ['color_theme' => 'blue', 'default_tab_view' => 'people', 'excerpt_length' => '200', 'hide_mods' => FALSE];
 }