/** * {@inheritdoc} */ public function defaultConfiguration() { return parent::defaultConfiguration() + [ 'wrappers' => [], 'outer_wrapper' => 'div', 'attributes' => '', 'link_attribute' => '', 'link_custom' => '', 'classes' => [ 'layout_class' => [], ] ]; }
/** * {@inheritdoc} */ public function defaultConfiguration() { return parent::defaultConfiguration() + ['setting_1' => 'Default']; }