18 lines
200 B
PHP
18 lines
200 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'actions' => [
|
|
|
|
'collapse' => [
|
|
'label' => 'Zwiń sekcję',
|
|
],
|
|
|
|
'expand' => [
|
|
'label' => 'Rozwiń sekcję',
|
|
],
|
|
|
|
],
|
|
|
|
];
|