Skip to content

Commit

Permalink
Merge branch 'master' of github.com:decaporg/decap-cms
Browse files Browse the repository at this point in the history
  • Loading branch information
demshy committed Oct 20, 2023
2 parents 94b054f + 3256063 commit b2160f7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions website/content/docs/netlify-large-media.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: Netlify Large Media
group: Media
weight: 20
title: Netlify Large Media
---
**Note:** Netlify Large Media is deprecated as of September 1, 2023. Please refer to the deprecation notice in [Netlify's Support Forums](https://docs.netlify.com/large-media/overview/) (see deprecation notice).

[Netlify Large Media](https://www.netlify.com/features/large-media/) is a [Git LFS](https://git-lfs.github.com/) implementation for repositories connected to Netlify sites. This means that you can use Git to work with large asset files like images, audio, and video, without bloating your repository. It does this by replacing the asset files in your repository with text pointer files, then uploading the assets to the Netlify Large Media storage service.

Expand All @@ -12,9 +13,9 @@ If you have a Netlify site with Large Media enabled, Decap CMS (version 2.6.0 an

To use Netlify Large Media with Decap CMS, you will need to do the following:

- [Upgrade Decap CMS](/docs/update-the-cms-version/) to version 2.6.0 or above.
- Configure Decap CMS to use the [Git Gateway backend with Netlify Identity](/docs/git-gateway-backend/#git-gateway-with-netlify-identity).
- Configure the Netlify site and connected repository to use Large Media, following the [Large Media docs on Netlify](https://www.netlify.com/docs/large-media/).
* [Upgrade Decap CMS](/docs/update-the-cms-version/) to version 2.6.0 or above.
* Configure Decap CMS to use the [Git Gateway backend with Netlify Identity](/docs/git-gateway-backend/#git-gateway-with-netlify-identity).
* Configure the Netlify site and connected repository to use Large Media, following the [Large Media docs on Netlify](https://www.netlify.com/docs/large-media/).

When these are complete, you can use Decap CMS as normal, and the configured asset files will automatically be handled by Netlify Large Media.

Expand All @@ -37,4 +38,4 @@ backend:
name: git-gateway
## Set to false to prevent transforming images in media gallery view
use_large_media_transforms_in_media_library: false
```
```

0 comments on commit b2160f7

Please sign in to comment.