Files
strapi-plugin-checkbox-list/playground/config/api.ts

8 lines
97 B
TypeScript
Raw Normal View History

2026-02-05 10:19:56 +00:00
export default {
rest: {
defaultLimit: 25,
maxLimit: 100,
withCount: true,
},
};