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).