Package Exports
- netlify-cms-lib-util
- netlify-cms-lib-util/dist/esm/index.js
- netlify-cms-lib-util/dist/netlify-cms-lib-util.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (netlify-cms-lib-util) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Lib Util
Shared utilities to handle various netlify-cms-backend-*
backends operations.
Code structure
This structure should be the same for backends.
At first, look at Implementation
. This is File Management System API and has factory method for AuthComponent
.
File Management System API
An abstraction layer between the CMS and Git-repository manager API.
Used as backend in cms-core.
Low-level abstractions for Git-repository manager API:
API
- used for Entry filesgit-lfs
- used for Media files- and over halpful utilities