Media content type with an option for bulk upload
npm install @codeparticle/strapi-plugin-mediaTo run this plugin it must be installed into a strapi application.
Please refer to https://codeparticle.atlassian.net/wiki/spaces/CP/pages/2528083990/Plugin+Media
This plugin requires @strapi/plugin-tags and @strapi/plugin-taxonomies. Please also install the latest version of those plugins.
```
pnpm add @strapi/plugin-tags @strapi/plugin-taxonomies @strapi/plugin-media
You need to create a new strapi project or just use an existing example one:
``
pnpm install
pnpm dev
Publishing should already be setup. Just follow these steps to publish the project:
- commit code
- run pnpm version major, pnpm version minor, or pnpm version patch to bump the version and update changelogpnpm publish
- pipeline will publish it or if wanting to publish manually, run