We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6894707 commit c629926Copy full SHA for c629926
1 file changed
docs/channels/categories.md
@@ -166,6 +166,14 @@ Determines whether entries dated in the "future" to are included when calculatin
166
167
By default, future dated entries will **not** count when determining whether a category is empty.
168
169
+### `sort=`
170
+
171
+ sort="asc"
172
173
+The sort order can be ascending (asc) or descending (desc). The order will default to “descending” if nothing is specified.
174
175
+This parameter is only applicable when using the "[orderby](#orderby)" parameter to specify the sort order.
176
177
### `status=`
178
179
status="open"
0 commit comments