You are here

public function Title::defaultConfiguration in Linkit 8.4

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides AttributeBase::defaultConfiguration

File

src/Plugin/Linkit/Attribute/Title.php, line 49
Contains \Drupal\linkit\Plugin\Linkit\Attribute\Title.

Class

Title
Title attribute.

Namespace

Drupal\linkit\Plugin\Linkit\Attribute

Code

public function defaultConfiguration() {
  return parent::defaultConfiguration() + [
    'automatic_title' => FALSE,
  ];
}