$this->form->fill([
'images' => ['https://hips.hearstapps.com/hmg-prod/images/dog-puppy-on-garden-royalty-free-image-1586966191.jpg?crop=1.00xw:0.669xh;0,0.190xh&resize=1200:*'] // One of many pics in an array
]);
public function form(Schema $schema): Schema
{
return $schema->schema([
Group::make()
->schema([
Section::make('Conversation')
->schema([
ImageEntry::make('images')
->stacked(),
]),
$this->form->fill([
'images' => ['https://hips.hearstapps.com/hmg-prod/images/dog-puppy-on-garden-royalty-free-image-1586966191.jpg?crop=1.00xw:0.669xh;0,0.190xh&resize=1200:*'] // One of many pics in an array
]);
public function form(Schema $schema): Schema
{
return $schema->schema([
Group::make()
->schema([
Section::make('Conversation')
->schema([
ImageEntry::make('images')
->stacked(),
]),