© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
33 replies
Oddman

Curator picker - how to remove an added image?

I can't figure this out. After I've selected an image with the curator picker, and save the resource, there doesn't appear to be any way to remove said image again?

I've clearly missed something super obvious, but I don't know what. Here's the code that sets up the picker for my categories:

CuratorPicker::make('hero_image_id')
  ->label('Hero image')
  ->relationship('heroImage', 'id')
  ->imageCropAspectRatio('16:9')
  ->imageResizeTargetWidth(1190)
  ->imageResizeTargetHeight(600)
CuratorPicker::make('hero_image_id')
  ->label('Hero image')
  ->relationship('heroImage', 'id')
  ->imageCropAspectRatio('16:9')
  ->imageResizeTargetWidth(1190)
  ->imageResizeTargetHeight(600)


Help?
Solution
For those curious for future searches - make sure your theme is configured in your panel provider 🙂
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Curator Picker
FilamentFFilament / ❓┊help
2y ago
Awcodes | Curator Image Upload Error
FilamentFFilament / ❓┊help
2y ago
Curator Image Not Found (Production)
FilamentFFilament / ❓┊help
2y ago
Custom page with Curator picker and Translatable, not working
FilamentFFilament / ❓┊help
12mo ago