@@ -11,7 +11,7 @@ |
||
11 | 11 | 'theme' => 'fin_onecoltabs', |
12 | 12 | 'css' => 'onecoltabs.css', |
13 | 13 | 'regions' => array( |
14 | - 'top' => t('Top region'), |
|
15 | - 'tabs' => t('Tabbed region') |
|
16 | - ), |
|
14 | + 'top' => t('Top region'), |
|
15 | + 'tabs' => t('Tabbed region') |
|
16 | + ), |
|
17 | 17 | ); |
@@ -21,9 +21,9 @@ |
||
21 | 21 | */ |
22 | 22 | public function defaultConfiguration() { |
23 | 23 | return [ |
24 | - 'code' => $this->t(''), |
|
24 | + 'code' => $this->t(''), |
|
25 | 25 | ] + parent::defaultConfiguration(); |
26 | - } |
|
26 | + } |
|
27 | 27 | |
28 | 28 | /** |
29 | 29 | * {@inheritdoc} |