List custom field
Provides a simple string list as a custom field and serves it as a json array.
strapi list custom item
Installation
Install it with
npm i @johnbraum/list-custom-field
Enable it in the ./config/plugins.js
1'list': {
2 enabled: true,
3}
You are ready to go. You can add this now as a cutom field to any collection or components.
Install now
npm install @johnbraum/list-custom-field
Create your own plugin
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.