Strapi plugin logo for List custom field

List custom field

Provides a simple string list as a custom field and serves it as a json array.

thumbnail for List custom field

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

STATS

No GitHub star yet1 weekly download

Last updated

749 days ago

Strapi Version

4.4.0 and above

Author

github profile image for A Strapi developer
A Strapi developer

Useful links

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.