0.2.2 • Published 3 months ago

strapi-plugin-sortable-list v0.2.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

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.