Strapi CMS plugin that provides point list field for selecting areas on images
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.
To install the “point-list” plugin in Strapi, follow the steps below:
npm install --global strapi@beta
strapi new my-project
cd my-project
npm install strapi-plugin-point-list@latest --save
npm install --global strapi@alpha
strapi new my-project
cd my-project
npm install strapi-plugin-point-list@0.1.x --save
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
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.