strapi-plugin-file-select
v1.0.1
Published
A strapi custom field to select a file
Downloads
2
Maintainers
Readme
Strapi plugin country-select
A strapi custom field for selecting a file from specified folder.
Installation
To install this plugin, you need to add an NPM dependency to your Strapi application:
# Using Yarn
yarn add /folder/.../strapi-plugin-file-select
# Or using NPM
npm install /folder/.../strapi-plugin-file-select
Then, you'll need to build your admin panel:
# Using Yarn
yarn build
# Or using NPM
npm run build