You are here

public function LayoutParagraphsBehavior::defaultConfiguration in Layout Paragraphs 2.0.x

File

src/Plugin/paragraphs/Behavior/LayoutParagraphsBehavior.php, line 214

Class

LayoutParagraphsBehavior
Provides a way to define grid based layouts.

Namespace

Drupal\layout_paragraphs\Plugin\paragraphs\Behavior

Code

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