feat: custom class in entry form

and update Dusk test for featured image selection
This commit is contained in:
jon brookes 2026-01-05 17:17:48 +00:00
parent bef3ae7f41
commit ae662a30ef
2 changed files with 8 additions and 2 deletions

View file

@ -43,8 +43,9 @@ class EntryForm
->dehydrated(false)
->hintAction(
Action::make('featured_picker')
->label('Pick from Gallery')
->label('Featured Image from Gallery')
->icon('heroicon-m-photo')
->extraAttributes(['id' => 'featured-picker-button'])
->schema([
Select::make('image_id')
->label('Select an existing image')