JavowiecPL
Results
1
issues of
JavowiecPL
It seems that `reading_time` is not supported in `postsFields`. I've defined: ```js postsFields: ['title', 'url', 'excerpt', 'custom_excerpt', 'published_at', 'feature_image', 'reading_time'], ``` and inside `template` function the `${post.reading_time}` outputs `undefined`. Click...