Skip to content

Commit

Permalink
Merge pull request #47 from jwade1327/extend-limit
Browse files Browse the repository at this point in the history
Extend the limit to 100 for RSNA & Radcast
  • Loading branch information
jwade1327 authored Nov 22, 2023
2 parents f13f1a8 + 9527ce9 commit e9c3493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/common/components/layouts/radcast.marko
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $ const { id, alias, name, pageNode } = input;
with-image=false
with-section=true
skip=2
limit=8
limit=98
/>

<!-- Content list block -->
Expand Down
2 changes: 1 addition & 1 deletion packages/common/components/layouts/rsna.marko
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $ const nativeX = config.getAsObject("nativeX");
newsletter=newsletter
with-image=false
with-section=true
limit=38
limit=98
skip=2
/>

Expand Down

0 comments on commit e9c3493

Please sign in to comment.