You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`title`| Format the page title of the result list using [Kirby Query Language](https://getkirby.com/docs/guide/blueprints/query-language). |`string`|`{{ page.title }}`|
21
-
|`filter`| Filter the result list. Learn how to use [`filterBy`](https://getkirby.com/docs/reference/objects/toolkit/collection/filter-by). |`array`|`null`|
22
-
|`sort`| Sort the result list. Learn how to use [`sortBy`](https://getkirby.com/docs/reference/objects/toolkit/collection/sort-by). |`array`|`null`|
23
-
|`qualified`| Prefix every link with your current [Site-Url](https://getkirby.com/docs/reference/objects/cms/site/url). |`boolean`|`false`|
|`title`| Format the page title of the result list using [Kirby Query Language](https://getkirby.com/docs/guide/blueprints/query-language). |`string`|`{{ page.title }}`|
21
+
|`filter`| Filter the result list. Learn how to use [`filterBy`](https://getkirby.com/docs/reference/objects/toolkit/collection/filter-by). |`array`|`null`|
22
+
|`sort`| Sort the result list. Learn how to use [`sortBy`](https://getkirby.com/docs/reference/objects/toolkit/collection/sort-by). |`array`|`null`|
23
+
|`qualified`| Prefix every link with your current [Site-Url](https://getkirby.com/docs/reference/objects/cms/site/url). |`boolean`|`false`|
0 commit comments