A plugin for Strapi - A custom field to add multiple values to a sortable list. Returns as an array from the API.
npm install strapi-plugin-sortable-list!Screenshot of the plugin in action
A Strapi (v5) plugin for a sortable list custom field that returns an array of strings.


1. Install into a Strapi (v5) application:
``shIf you use NPM
npm install strapi-plugin-sortable-list
2. Rebuild the admin panel:
`sh
If you use NPM
npm buildIf you use Yarn
yarn build
``3. Verfiy installation
Navigate to Settings > Plugins and check that Sortable List is installed.
When selecting a field type navigate to custom and select 'Sortable List'.