Package Exports
- decap-cms-backend-gitlab
- decap-cms-backend-gitlab/dist/decap-cms-backend-gitlab.js
- decap-cms-backend-gitlab/dist/esm/index.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 (decap-cms-backend-gitlab) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
GitLab backend
An abstraction layer between the CMS and GitLab
Code structure
Implementation
for File Management System API based on Api
. With Editorial Workflow uses merge requests labels to track unpublished entries statuses.
Api
- A wrapper for GitLab REST API.
AuthenticationPage
- A component uses lib-auth to facilitate OAuth, PKCE and implicit authentication.
Look at tests or types for more info.