Quantcast
Channel: Add image from Files to description in RSS (using kirby3-feed)
Viewing all articles
Browse latest Browse all 13

Add image from Files to description in RSS (using kirby3-feed)

$
0
0

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.

Read full topic


Viewing all articles
Browse latest Browse all 13

Trending Articles