strapi-plugin-sortable-list
v0.2.2
Published
A plugin for Strapi - sortable list custom field that returns an array
Downloads
13
Maintainers
Readme
Strapi Plugin - Sortable List
A Strapi plugin for a sortable list custom field that returns an array of strings.
Installation
To install this plugin, you need to add an NPM dependency to your Strapi application:
# If you use NPM
npm install strapi-plugin-sortable-list
# If you use Yarn
yarn add strapi-plugin-sortable-list
Then, you'll need to build your admin panel:
# If you use NPM
npm build
# If you use Yarn
yarn build
Using the plugin
Once the plugin is installed the Sortable List custom field is ready to use. Add a new field, go to custom and select Sortable List.