You are here

public static function LayoutBuilderCopyWidget::defaultSettings in Layout Builder Asymmetric Translation 8.2

Defines the default settings for this plugin.

Return value

array A list of default settings, keyed by the setting name.

Overrides PluginSettingsBase::defaultSettings

File

src/Plugin/Field/FieldWidget/LayoutBuilderCopyWidget.php, line 50

Class

LayoutBuilderCopyWidget
A widget to display the copy widget form.

Namespace

Drupal\layout_builder_at\Plugin\Field\FieldWidget

Code

public static function defaultSettings() {
  return [
    'appearance' => 'unchecked',
  ] + parent::defaultSettings();
}