0.1.0 • Published 3 years ago

strapi-plugin-text-plus-dropbox v0.1.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
3 years ago

Strapi plugin Text Plus Dropbox

Plugin that add choose from dropbox button.

Preview

Required:

Text Plus Plugin

How to install:

  1. In a root folder of your strapi project run npm install strapi-plugin-text-plus strapi-plugin-text-plus-dropbox --save

  2. Create a dropbox app here. Take a note on your app key, it will be used later. More about dropbox chooser.

  3. Generate a config file at config/plugins.js

module.exports = ({ env }) => ({
  'text-plus-dropbox': {
    'dropboxAppKey': env('DROPBOX_APP_KEY'),
  }
});

Then make sure you have below variables in your .env file

DROPBOX_APP_KEY=XXXXXXX
  1. Rebuild admin UI strapi build

  2. Run strapi strapi develop

How to use:

To activate dropbox add shortcode [textplus:dropbox] to description of text field

Version Notes:

  • this plugin was tested with stable version of Strapi - 3.5.1.
0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago