Sortable List
A custom field to add multiple values to a sortable list. Returns as an array from the API.
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'.
Install now
npm install strapi-plugin-sortable-list
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.