summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJannik Lorenz2016-04-23 12:58:24 +0200
committerJannik Lorenz2016-04-23 12:58:24 +0200
commitd7648e9ceaedf425d344292c77692ad67993a99f (patch)
tree1a98729514ff5747efeb664900609d9f6cb974d9 /README.md
parentfa50745a8df5aa615f20d26964e84173381f2542 (diff)
Hide Dropbox and Google Drive in Import/ Export when disabled
Diffstat (limited to '')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9f5fbb1c..2fef9637 100644
--- a/README.md
+++ b/README.md
@@ -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
---