You are here

public function LayoutParagraphsPlugin::defaultConfiguration in Layout Paragraphs 1.0.x

File

src/Plugin/paragraphs/Behavior/LayoutParagraphsPlugin.php, line 72

Class

LayoutParagraphsPlugin
Provides a way to define grid based layouts.

Namespace

Drupal\layout_paragraphs\Plugin\paragraphs\Behavior

Code

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