Use a Strapi Plugin For Beginners

Strapi is an open-source and headless content management system ( CMS ) that gives developers the freedom to use their favorite tools and frameworks during development. Strapi has an official web plugin marketplace, The Strapi Market, which contains more than sixty (60) plugins to choose from.


This is a companion discussion topic for the original entry at https://strapi.io/blog/a-beginners-guide-on-how-to-use-a-strapi-plugin-in-your-project

About this tutorial, there is one small location need to correct. About the name “plugin.js”, it should be “plugins.js”. The example worked even if it is wrong because there is an import in the server.js.
If generating a new plugin and using “plugin.js”, the plugin will not be loaded, at least the homepage of the plugin will not show up. It is true for 4.4.x. Not sure if previous versions using the same filename though because I am new to Strapi.

Thanks for creating such amazing framework!