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
It would be nice to have the option to show a thumbnail for each entry. I thought I could easily customize this by modifying the template.html. Unfortunately, the Entry class doesn't pass any additional properties of the data.
Possible solutions
a) explicitly support a thumbnail property, or
b) pass all additional properties of the source data to allow easy customization
The text was updated successfully, but these errors were encountered:
It would be nice to have the option to show a thumbnail for each entry. I thought I could easily customize this by modifying the
template.html
. Unfortunately, theEntry
class doesn't pass any additional properties of the data.Possible solutions
a) explicitly support a thumbnail property, or
b) pass all additional properties of the source data to allow easy customization
The text was updated successfully, but these errors were encountered: