HI Guys,
I have been working with strapi v4.9.0 and i need to create a custom plugin which will allow to export my content-type data base entries into a downloadable CSV file. Now, I know that plugins for that already exist, but I need to create my own one (because of dependencies etc. …).
I am programming in typescript and followed this tutorial: Plugins development | Strapi Documentation .
As you can see in the picture, the plugin is listed under Plugins. But neither in the Admin Side Panel nor in the Settings can I “access” the plugin. I checked the plugin folder structure, and nothing seems to miss.
Also I re-build the project several times, deleted the cache, reinstalled node_modules/ and registered the plugin in config/plugins.ts as shown in the tutorial.
Does someone here has any suggestion as to why I cannot seem to make this work?
Any help is appreciated!
Thanks