@codeparticle/strapi-plugin-media
v1.4.7
Published
Media content type with an option for bulk upload
Readme
Strapi Plugin Media
To run this plugin it must be installed into a strapi application.
Usage
Please refer to https://codeparticle.atlassian.net/wiki/spaces/CP/pages/2528083990/Plugin+Media
Installation
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-mediaDev
You need to create a new strapi project or just use an existing example one:
pnpm install
pnpm devPublishing
Publishing should already be setup. Just follow these steps to publish the project:
- commit code
- run
pnpm version major,pnpm version minor, orpnpm version patchto bump the version and update changelog - pipeline will publish it or if wanting to publish manually, run `pnpm publish
