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
2 Replies
Szilárd
Szilárd2mo ago
With media picker this worked perfectly
𝐅𝐕𝐞𝐧𝐝𝐞𝐥
I have the same problem, would appreciate some help 🙂