ImageEntry::make('src')
->extraImgAttributes([
'class' => 'w-full h-auto', // @todo make the image full-width of the section.
])
->url(static fn (Model $model): string => $model->src, shouldOpenInNewTab: true),
TextEntry::make('src')
->html()
->state('Download')
->url(static fn (Model $model): string => $model->src, shouldOpenInNewTab: true),
ImageEntry::make('src')
->extraImgAttributes([
'class' => 'w-full h-auto', // @todo make the image full-width of the section.
])
->url(static fn (Model $model): string => $model->src, shouldOpenInNewTab: true),
TextEntry::make('src')
->html()
->state('Download')
->url(static fn (Model $model): string => $model->src, shouldOpenInNewTab: true),