JSPM

  • Created
  • Published
  • Downloads 8075
  • Score
    100M100P100Q141203F
  • License MIT

Development testing backend for Netlify CMS

Package Exports

  • netlify-cms-backend-test

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-backend-test) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Test backend

The backend behind https://cms-demo.netlify.com/. Used for demo purposes only.

Code structure

Implementation for File Management System API based on simple JS objects:

window.repoFiles // json file-system tree
window.repoFilesUnpublished // flat file list

AuthenticationPage - A component which allow skip login screen for demo purposes.

Look at tests or types for more info.