You are here

public function FBLikeboxBlock::defaultConfiguration in Facebook Page Plugin 8.2

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

Overrides BlockPluginTrait::defaultConfiguration

File

src/Plugin/Block/FBLikeboxBlock.php, line 186

Class

FBLikeboxBlock
Provides a configurable block with Facebook Likebox's plugin.

Namespace

Drupal\fb_likebox\Plugin\Block

Code

public function defaultConfiguration() {
  return [
    'url' => '',
    'app_id' => '',
    'hide_header' => '',
    'stream' => '',
    'events' => '',
    'messages' => '',
    'show_faces' => '',
    'title' => '',
    'width' => '',
    'height' => '',
    'hide_cta' => '',
    'small_header' => '',
    'adapt_container_width' => '',
    'language' => [],
  ];
}