You are here

public function ContentEmbedBlock::defaultConfiguration in Content Browser 8

Overrides BlockPluginTrait::defaultConfiguration

File

src/Plugin/Block/ContentEmbedBlock.php, line 39

Class

ContentEmbedBlock
Provides the "Content Embed" block.

Namespace

Drupal\content_browser\Plugin\Block

Code

public function defaultConfiguration() {
  return [
    'view_mode' => '',
    'nids' => [],
    'uuids' => [],
  ];
}