public function LiveChatBlock::defaultConfiguration in Rocket.Chat 8
Same name and namespace in other branches
- 8.2 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\BlockCode
public function defaultConfiguration() {
return [
'label_display' => FALSE,
];
}