Skip to content

Commit 1dbe162

Browse files
🤖 Sync Liquid Docs Schema
1 parent 73ce93a commit 1dbe162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎data/tags.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@
10081008
],
10091009
"summary": "Splits an array's items across multiple pages.",
10101010
"name": "paginate",
1011-
"syntax": "{% paginate array by page_size %}\n {% for item in array %}\n forloop_content\n {% endfor %}\n{% endpaginate %}\n\nThe `paginate` tag allows the user to paginate to the 25,000'nth item in the array an no further. To reach items further in\nthe array the array should be filtered further before paginating. See\n[Pagination Limits](/themes/best-practices/performance/platform#pagination-limits) for more information.",
1011+
"syntax": "{% paginate array by page_size %}\n {% for item in array %}\n forloop_content\n {% endfor %}\n{% endpaginate %}\n\nThe `paginate` tag allows the user to paginate to the 25,000th item in the array and no further. To reach items further in\nthe array the array should be filtered further before paginating. See\n[Pagination Limits](/themes/best-practices/performance/platform#pagination-limits) for more information.",
10121012
"syntax_keywords": [
10131013
{
10141014
"keyword": "array",

0 commit comments

Comments
 (0)