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

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-sortable-list
# If you use Yarn
yarn add strapi-plugin-sortable-list- 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'.
