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'),
            ]);


but its storing this way
teszt.json2.07KB
Was this page helpful?