public function TestTextColorBehavior::defaultConfiguration

Overrides ParagraphsBehaviorBase::defaultConfiguration

File

paragraphs/tests/modules/paragraphs_test/src/Plugin/paragraphs/Behavior/TestTextColorBehavior.php, line 56

Class

TestTextColorBehavior
Provides a test feature plugin.

Namespace

Drupal\paragraphs_test\Plugin\paragraphs\Behavior

Code

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