hi @Mike_Armstrong. the rss item description is generated based on the textfield option.
for virtual pages you can extend your model to provide the text()
method or create a new one like rssDescWithImg()
and set 'textfield'=>'rssDescWithImg'
in the config.
maybe the method must return a field-object so the rss snippet can invoke ->kirbytext()
on it. but i never tested this.