Feature/docs (#67)
This commit is contained in:
committed by
GitHub
parent
7a1ec55a5c
commit
81ca566b5e
@ -3,6 +3,9 @@ group: Media
|
||||
title: Uploadcare
|
||||
weight: 30
|
||||
---
|
||||
|
||||
## <img src="https://img.shields.io/badge/-Beta%20Feature-blue" alt="Beta Feature. Use at your own risk" title="Beta Feature. Use at your own risk" />
|
||||
|
||||
Uploadcare is a sleek service that allows you to upload files without worrying about maintaining a growing collection — more of an asset store than a library. Just upload when you need to, and the files are hosted on their CDN. They provide image processing controls from simple cropping and rotation to filters and face detection, and a lot more. You can check out Uploadcare's full feature set on their [website](https://uploadcare.com/).
|
||||
|
||||
The Uploadcare media library integration for Static CMS allows you to use Uploadcare as your media handler within the CMS itself. It's available by default as of our 2.1.0 release, and works in tandem with the existing file and image widgets, so using it only requires creating an Uploadcare account and updating your Static CMS configuration.
|
||||
@ -25,7 +28,7 @@ Your `config.yml` should now include something like this (except with a real API
|
||||
|
||||
```yaml
|
||||
media_library:
|
||||
title: uploadcare
|
||||
name: uploadcare
|
||||
config:
|
||||
publicKey: YOUR_UPLOADCARE_PUBLIC_KEY
|
||||
```
|
||||
@ -51,7 +54,7 @@ Configuration can also be provided for individual fields that use the media libr
|
||||
```yaml
|
||||
...
|
||||
fields:
|
||||
title: cover
|
||||
name: cover
|
||||
label: Cover Image
|
||||
widget: image
|
||||
media_library:
|
||||
@ -69,7 +72,7 @@ There are several settings that control the behavior of integration with the wid
|
||||
|
||||
```yaml
|
||||
media_library:
|
||||
title: uploadcare
|
||||
name: uploadcare
|
||||
config:
|
||||
publicKey: YOUR_UPLOADCARE_PUBLIC_KEY
|
||||
settings:
|
||||
|
Reference in New Issue
Block a user