Yes, you can return a field object
public function rssDesc(): Field
{
$image = Html::img($this->file()->url());
$text = $this->text()->toBlocks();
return new Field($this, 'rssDesc', $image . $text);
}
Yes, you can return a field object
public function rssDesc(): Field
{
$image = Html::img($this->file()->url());
$text = $this->text()->toBlocks();
return new Field($this, 'rssDesc', $image . $text);
}