18 lines
207 B
PHP
18 lines
207 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'actions' => [
|
|
|
|
'collapse' => [
|
|
'label' => 'Bölümü daralt',
|
|
],
|
|
|
|
'expand' => [
|
|
'label' => 'Bölümü genişlet',
|
|
],
|
|
|
|
],
|
|
|
|
];
|