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