Wizards default back and next button can edit possible?

Wizard::make([ Wizard\Step::make('Step 1') ->label('First Step') ->schema([ // ... ]), Wizard\Step::make('Step 2') ->label('Second Step') ->schema([ // ... ]), Wizard\Step::make('Step 3') ->label('Last Step') ]); In wizard has created 3 ,need to edit back button has to changes any possibilities in filament.kindly advice
4 Replies
toeknee
toeknee2y ago
How do you mean back needs to edit?
Hemanath
HemanathOP2y ago
can we edit the labels of button?
LeandroFerreira
php artisan vendor:publish --tag=forms-translations
php artisan vendor:publish --tag=forms-translations
lang/vendor/forms/en/components.php
'wizard' => [

'buttons' => [

'previous_step' => [
'label' => 'Back',
],

'next_step' => [
'label' => 'Next',
],

],

]
'wizard' => [

'buttons' => [

'previous_step' => [
'label' => 'Back',
],

'next_step' => [
'label' => 'Next',
],

],

]
Hemanath
HemanathOP2y ago
ok thanks.let try
Want results from more Discord servers?
Add your server