@johnbraum/list-custom-field
v1.0.10
Published
Provides a simple string list custom field for strapi
Downloads
2
Readme
strapi list custom item
Installation
Install it with
npm i @johnbraum/list-custom-field
Enable it in the ./config/plugins.js
'list': {
enabled: true,
}
You are ready to go. You can add this now as a cutom field to any collection or components.