You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! As the title implies, I cannot access the custom tokens in any rss feed, as it only throws back undefined. Are there any known issues here? So if the rss has a field called idtag, wouldn't this be the way to go? (Edit: I simplified the entryTemplate, as this forum apparently shows code with html.)
Hi! As the title implies, I cannot access the custom tokens in any rss feed, as it only throws back undefined. Are there any known issues here? So if the rss has a field called idtag, wouldn't this be the way to go? (Edit: I simplified the entryTemplate, as this forum apparently shows code with html.)
entryTemplate:'- {idtag}',
limit: 10,
tokens: {
idtag: function(entry, tokens) {
return entry.idtag;
},
}
The text was updated successfully, but these errors were encountered: