Skip to content

Commit

Permalink
Deploying to gh-pages from @ b86e342 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanderlee committed May 30, 2024
1 parent db2ba36 commit f9484ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4222,7 +4222,7 @@
"type": "string"
},
"article_order": {
"description": "Order in which products are shown on this page:\n1: price, ascending\n2: name, ascending\n3: last edited date, descending\n4: created date, descending\n5: manually defined",
"description": "Order in which products are shown on this page:\n1: price, ascending\n2: name, ascending\n3: last edited date, descending\n4: created date, descending\n5: manually defined, new products added at the bottom\n6: manually defined, new products added at the top",
"type": "integer"
},
"leafs": {
Expand Down Expand Up @@ -4271,7 +4271,7 @@
"content": "Balloon animals are great, don't you think?",
"meta_title": "Balloon animals",
"meta_description": "The best balloon animals for your party",
"article_order": 5,
"article_order": 6,
"sorting": {
"before": 78908
}
Expand Down
5 changes: 3 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2647,7 +2647,8 @@ components:
2: name, ascending
3: last edited date, descending
4: created date, descending
5: manually defined
5: manually defined, new products added at the bottom
6: manually defined, new products added at the top
type: integer
leafs:
type: array
Expand Down Expand Up @@ -2684,7 +2685,7 @@ components:
content: Balloon animals are great, don't you think?
meta_title: Balloon animals
meta_description: The best balloon animals for your party
article_order: 5
article_order: 6
sorting:
before: 78908
allOf:
Expand Down

0 comments on commit f9484ba

Please sign in to comment.