Strapi Plugin Point List screenshot

Strapi Plugin Point List

Author Avatar Theme by Akcyp
Updated: 6 Oct 2022
25 Stars

Strapi CMS plugin that provides point list field for selecting areas on images

Categories

Overview:

The Strapi plugin “point-list” is designed to enhance the functionality of the Strapi CMS by providing a new field type called “point list.” This plugin allows users to create a list of points, which can be useful for various purposes such as creating a list of coordinates or marking specific locations. By adding this plugin to the Strapi CMS, users can now easily manage and display point lists within their content.

Features:

  • Point List Field: The plugin adds a new field type to the Strapi CMS, allowing users to create and manage lists of points.
  • Preview Field: The plugin also includes a preview field, which allows users to see a visual representation of the point list within the content editor.
  • Easy Installation: The plugin can be easily installed and integrated into the existing Strapi CMS setup.

Installation:

To install the “point-list” plugin in Strapi, follow the steps below:

  1. Strapi@latest Installation:
npm install --global strapi@beta
strapi new my-project
cd my-project
npm install strapi-plugin-point-list@latest --save
  1. Strapi@<=4.3.x Installation:
npm install --global strapi@alpha
strapi new my-project
cd my-project
npm install strapi-plugin-point-list@0.1.x --save
  1. Strapi@v3 Installation:
npm install --global strapi@alpha
strapi new my-project
cd my-project
npm install strapi-plugin-point-list@0.2.x --save

After successfully installing the plugin, it is necessary to rebuild the Strapi admin panel. This can be done by running the following command:

npm run build --clean

Summary:

The Strapi plugin “point-list” is a useful addition to the Strapi CMS, providing a new field type that allows users to manage and display lists of points. The installation process is straightforward, and after installation, users can easily create and manipulate point lists within their content. Overall, this plugin enhances the functionality of the Strapi CMS and provides more flexibility in managing and presenting point data.