Hide Dropbox and Google Drive in Import/ Export when disabled

This commit is contained in:
Jannik Lorenz
2016-04-23 12:58:24 +02:00
parent fa50745a8d
commit d7648e9cea
5 changed files with 43 additions and 12 deletions

View File

@@ -124,7 +124,8 @@ Third-party integration api key settings
| facebook, twitter, github, dropbox | `config.json` | for signin |
| imgur | `config.json` | for image upload |
| dropbox | `public/views/foot.ejs` | for chooser and saver |
| google drive | `public/js/common.js` | for export and import |
| google drive | `public/js/common.js`/ `config.json` (enable) | for export and import |
Operational Transformation
---