Hello all
I want to create more than one custom plugin in my project. When I render two custom plugins, the project only renders the plugin that was imported at the end of the file.
I have created plugins using this command → npx create-strapi-app@latest your-project-name
Can someone please provide any way to render multiple custom plugins in my project?
The below code is written in the config/plugin.js file in which I have imported my plugins
"search-dropdown": { enabled: true, resolve: "./src/plugins/search-dropdown", }, "image-plugin": { enabled: true, resolve: "./src/plugins/image-plugin", },
This topic has been created from a Discord post (1276044729305399307) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord