Skip to content

Commit

Permalink
Comment Pagination: Add previous and next link block examples (#65633)
Browse files Browse the repository at this point in the history
Co-authored-by: aaronrobertshaw <[email protected]>
Co-authored-by: ramonjd <[email protected]>
  • Loading branch information
3 people authored Sep 25, 2024
1 parent c8e5657 commit 02a884f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"type": "string"
}
},
"example": {
"attributes": {
"label": "Comments Next Page"
}
},
"usesContext": [ "postId", "comments/paginationArrow" ],
"supports": {
"reusable": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"type": "string"
}
},
"example": {
"attributes": {
"label": "Comments Previous Page"
}
},
"usesContext": [ "postId", "comments/paginationArrow" ],
"supports": {
"reusable": false,
Expand Down

0 comments on commit 02a884f

Please sign in to comment.