You are here

public function LiveChatBlock::defaultConfiguration in Rocket.Chat 8.2

Same name and namespace in other branches
  1. 8 modules/livechat/src/Plugin/Block/LiveChatBlock.php \Drupal\livechat\Plugin\Block\LiveChatBlock::defaultConfiguration()

Overrides BlockPluginTrait::defaultConfiguration

File

modules/livechat/src/Plugin/Block/LiveChatBlock.php, line 32

Class

LiveChatBlock
Provides a block to contain the widget code.

Namespace

Drupal\livechat\Plugin\Block

Code

public function defaultConfiguration() {
  return [
    'label_display' => FALSE,
  ];
}