strapi-plugin-list-field
v0.4.1
Published
A plugin for Strapi - A custom field to add multiple values to a list field. Returns as an array from the API.
Maintainers
Readme
Strapi Plugin - List Field

A Strapi (v5) plugin for a sortable list custom field that returns an array of strings.
Installation
- Install into a Strapi (v5) application:
# If you use NPM
npm install strapi-plugin-list-field
# If you use Yarn
yarn add strapi-plugin-list-field- Rebuild the admin panel:
# If you use NPM
npm build
# If you use Yarn
yarn build- Verfiy installation
Navigate to Settings > Plugins and check that Sortable List is installed.
Using the plugin
When selecting a field type navigate to custom and select 'Sortable List'.
