install
This commit is contained in:
21
lang/vendor/filament-schemas/tk/components.php
vendored
Normal file
21
lang/vendor/filament-schemas/tk/components.php
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'wizard' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'previous_step' => [
|
||||
'label' => 'Yza',
|
||||
],
|
||||
|
||||
'next_step' => [
|
||||
'label' => 'Indiki',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user