Update Blog “netlify-cms-2-1-0-adds-external-media-support-with-uploadcare” (#1722)

Automatically generated. Merged on Netlify CMS.
This commit is contained in:
Shawn Erquhart
2018-09-06 14:53:34 -04:00
committed by GitHub
parent 4fadf3fdb6
commit d612d2c566

View File

@ -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/)) 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. 3. Remove the `media_folder` property from your CMS configuration file.
4. Add the following to your CMS configuration file: 4. Add the following to your CMS configuration file:
```yaml ```yaml
media_library: media_library:
name: uploadcare name: uploadcare
config: config:
publickey: demopublickey # replace with your publickey, or use this just to test publickey: demopublickey # replace with your publickey, or use this just to test
``` ```
That's it! Check out [our docs](/docs/uploadcare/) for full details. 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).