Skip to content

Commit f4d3739

Browse files
authored
Merge pull request #1003 from Shopify/bot/liquid-docs-schema/2025-07-16--18-00-00
🤖 Sync Liquid Docs Schema
2 parents d7ec0e4 + e4e91ab commit f4d3739

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/objects.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18812,7 +18812,7 @@
1881218812
"examples": [
1881318813
{
1881418814
"name": "Create pagination navigation with `part`",
18815-
"description": "You can create a pagination navigation by iterating over each `part` of a [`paginate` object](/docs/api/liquid/objects/paginate).\n",
18815+
"description": "You can create a pagination navigation by iterating over each `part` of a [`paginate` object](/docs/api/liquid/objects/paginate).\nWhen paginating, `part.url` may contain a `phcursor` parameter in addition to `page`. This optional parameter is used to improve performance when navigating between pages.\n",
1881618816
"syntax": "",
1881718817
"path": "/collections/all",
1881818818
"raw_liquid": "{% paginate collection.products by 5 -%}\n {% for part in paginate.parts -%}\n {% if part.is_link -%}\n {{ part.title | link_to: part.url}}\n {%- else -%}\n <span>{{ part.title }}</span>\n {% endif %}\n {%- endfor %}\n{%- endpaginate %}",
@@ -18824,7 +18824,7 @@
1882418824
"json_data": {
1882518825
"path": "",
1882618826
"handle": "",
18827-
"data_from_file": "{\"is_link\":true,\"title\":\"2\",\"url\":\"/collections/all?page=2\"}"
18827+
"data_from_file": "{\"is_link\":true,\"title\":\"2\",\"url\":\"/collections/all?page=2&phcursor=eyJhbGciOiJIUzI1NiJ9.eyJzayI6InBvc2l0aW9uIiwic3YiOjIwLCJkIjoiZiIsInVpZCI6MzY5MTI0Nzk3NjQ2NTksImwiOjIwLCJvIjowLCJyIjoiQ0RQIiwidiI6MSwicCI6Mn0.rlQnBhrVp_ZXLZBZRzrYxxDDKfpaPSH2UmkttMttC0s\"}"
1882818828
},
1882918829
"return_type": []
1883018830
},

0 commit comments

Comments
 (0)