You are here

public function ParagraphsStylePlugin::defaultConfiguration in Paragraphs Collection 8

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides ParagraphsBehaviorBase::defaultConfiguration

File

src/Plugin/paragraphs/Behavior/ParagraphsStylePlugin.php, line 253

Class

ParagraphsStylePlugin
Provides style selection plugin.

Namespace

Drupal\paragraphs_collection\Plugin\paragraphs\Behavior

Code

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