| title | weight | group |
|---|---|---|
Creating a CMS Backend |
30 |
reference |
Netlify CMS exposes a window.CMS global object that you can use to register custom backends. The same object is also the default export if you import Netify CMS as an npm module. The available backend extension methods are:
- registerBackend: lets you register a custom backend. The CMS expects you to pass it an ES6
classor other object which it can callnew BackendClass()on.