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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
src
/
services
/
index.ts
blob: 7143db68fe030672afb5fd62912c9eb453b66f3f (
plain
) (
blame
)
1
2
3
4
5
import
service
from
'./service'
;
export
default
{
service
,
};