22 lines
248 B
PHP
22 lines
248 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'wizard' => [
|
|
|
|
'actions' => [
|
|
|
|
'previous_step' => [
|
|
'label' => 'Yza',
|
|
],
|
|
|
|
'next_step' => [
|
|
'label' => 'Indiki',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|