© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
3 replies
Szilárd

Curator Picker

Hello there i have problem. I try to store to image by separating them with language code this way:
return Forms\Components\Builder\Block::make("images")
            ->label('Galéria')
            ->schema([
                CuratorPicker::make('url.' . $language->id)
                    ->label('Kép'),
            ]);
return Forms\Components\Builder\Block::make("images")
            ->label('Galéria')
            ->schema([
                CuratorPicker::make('url.' . $language->id)
                    ->label('Kép'),
            ]);


but its storing this way
teszt.json2.07KB
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 - how to remove an added image?
FilamentFFilament / ❓┊help
3y ago
Custom page with Curator picker and Translatable, not working
FilamentFFilament / ❓┊help
12mo ago
Curator
FilamentFFilament / ❓┊help
2y ago
curator error
FilamentFFilament / ❓┊help
6mo ago