New Gatsby plugin for Decap is now available #7089
martinjagodic
announced in
Announcements
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The deprecated gatsby-plugin-netlify-cms that corresponds to the old Netlify CMS package is now deprecated and replaced by gatsby-plugin-decap-cms.
To migrate you Gatsby site from Netlify CMS 2 to Decap CMS 3:
import CMS from "netlify-cms-app"
withimport CMS from "decap-cms-app"
resolve: "gatsby-plugin-netlify-cms"
withresolve: "gatsby-plugin-decap-cms"
An example of a migration can be found in this PR on the Decap-Gatsby starter template.
Plugin on npmjs.com
Plugin on gatsbyjs.com
Copied from https://decapcms.org/blog/2024/02/new-gatsby-plugin-for-decap-is-now-available/
Beta Was this translation helpful? Give feedback.
All reactions