From d612d2c566187cc19fee4c1c4bc9fe0392d6ed99 Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Thu, 6 Sep 2018 14:53:34 -0400 Subject: [PATCH] =?UTF-8?q?Update=20Blog=20=E2=80=9Cnetlify-cms-2-1-0-adds?= =?UTF-8?q?-external-media-support-with-uploadcare=E2=80=9D=20(#1722)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automatically generated. Merged on Netlify CMS. --- ...-external-media-support-with-uploadcare.md | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/website/content/blog/netlify-cms-2-1-0-adds-external-media-support-with-uploadcare.md b/website/content/blog/netlify-cms-2-1-0-adds-external-media-support-with-uploadcare.md index 31e0ab6c..440851eb 100644 --- a/website/content/blog/netlify-cms-2-1-0-adds-external-media-support-with-uploadcare.md +++ b/website/content/blog/netlify-cms-2-1-0-adds-external-media-support-with-uploadcare.md @@ -40,11 +40,19 @@ Here's how to start externalizing your media with Netlify CMS and Uploadcare: 2. Head over to Uploadcare, sign up, and get your API key ([more info](https://uploadcare.com/docs/keys/)) 3. Remove the `media_folder` property from your CMS configuration file. 4. Add the following to your CMS configuration file: - ```yaml - media_library: - name: uploadcare - config: - publickey: demopublickey # replace with your publickey, or use this just to test - ``` + ```yaml + media_library: + name: uploadcare + config: + publickey: demopublickey # replace with your publickey, or use this just to test + ``` That's it! Check out [our docs](/docs/uploadcare/) for full details. + +## Next up + +As mentioned previously, we have more amazing providers coming soon! (Looking at you, Cloudinary 😻) + +We'll also be finalizing and documenting the media library integration API so developers can build their own integrations for services that aren't on our radar. S3 anybody? + +Questions or comments? Reach out [on Gitter](https://gitter.im/netlify/netlifycms).