index
:
strapi-plugin-checkbox-list
master
A Strapi v5 plugin that adds a checkbox list custom field to the Content Type Builder, enabling multi-select functionality with predefined options.
Valentin Popov
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
playground
/
config
/
api.ts
blob: 37f7c14a4229fab771800282d2f518f1f00400ae (
plain
) (
blame
)
1
2
3
4
5
6
7
export
default
{
rest
:
{
defaultLimit
:
25
,
maxLimit
:
100
,
withCount
:
true
,
},
};