We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17ca21 commit 924aae3Copy full SHA for 924aae3
1 file changed
resources/js/components/ui/Listing/Listing.vue
@@ -143,7 +143,7 @@ const props = defineProps({
143
/** Number of items to display per page. */
144
perPage: {
145
type: Number,
146
- default: 15,
+ default: () => Statamic.$config.get('paginationSize', 15),
147
},
148
/** When `true`, shows the totals in the paginator. e.g. "1-5 of 10" */
149
showPaginationTotals: {
0 commit comments