Open VibeDesign opened 5 years ago
Quip.QuipLatestComments
https://docs.modx.com/extras/revo/quip/quip.quiplatestcomments
Under Examples, the third example states:
Get the latest 20 comments for all threads beginning with 'blog-post':
but the code only shows 10 as &limit='10'
&limit='10'
My suggestion would be to change the code to &limit='20'
&limit='20'
Page Title
Quip.QuipLatestComments
URL
https://docs.modx.com/extras/revo/quip/quip.quiplatestcomments
Issue or Suggestion
Under Examples, the third example states:
but the code only shows 10 as
&limit='10'
My suggestion would be to change the code to
&limit='20'